get_contrast_vals | R Documentation |
Get a data frame of contrast values from a factor vector
get_contrast_vals(v)
v |
a factor vector |
a data frame
dat <- sim_design(
between = list(group = c("A", "B")),
n = 5, plot = FALSE)
get_contrast_vals(dat$group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.