nm_gen | R Documentation |
Function generating sample- and cluster sizes
nm_gen(nn, n_i, m_ij, each_s = F, both_s = T, identical_s = T, identical_c = T)
nn |
Number of groups/samples |
n_i |
Typical sample sizes |
m_ij |
Typical cluster size |
each_s |
Logical: Does each sample contain a large/small cluster? Default: FALSE |
both_s |
Logical: Does a sample contain both large/small clusters or only one of them? Default: TRUE |
identical_s |
Logical: Identical Sample sizes? Default: TRUE |
identical_c |
Logical: Identical Cluster sizes? Default: TRUE |
List containing the sample- and cluster sizes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.