get_contrast_vals {faux} | R Documentation |
Get contrast values
Description
Get a data frame of contrast values from a factor vector
Usage
get_contrast_vals(v)
Arguments
v |
a factor vector |
Value
a data frame
Examples
dat <- sim_design(
between = list(group = c("A", "B")),
n = 5, plot = FALSE)
get_contrast_vals(dat$group)
[Package faux version 1.2.2 Index]