add_between | R Documentation |
Add between factors
add_between(.data, .by = NULL, ..., .shuffle = FALSE, .prob = NULL)
.data |
the data frame |
.by |
the grouping column (groups by row if NULL) |
... |
the names and levels of the new factors |
.shuffle |
whether to assign cells randomly or in "order" |
.prob |
probability of each level, equal if NULL |
data frame
add_random(subj = 4, item = 2) %>%
add_between("subj", condition = c("cntl", "test")) %>%
add_between("item", version = c("A", "B"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.