Make groups by specifying the population size, the group size and other parameters.
1 2 | make_groups(.data, group_size, alt_group_size = "larger",
groups_col = NULL)
|
.data |
A 2-dimensional structure (e.g. data frame, tibble, data.table, ...) that contains information about the population to be assigned into groups. |
group_size |
An integer specifying the desired group size. |
alt_group_size |
A character value taking |
groups_col |
A character value specifying whether a column in
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.