checkGroups | R Documentation |
Check that each group has at least a certain number of samples
checkGroups(
dataset = NULL,
factor = NULL,
stratifiers = NULL,
min_n = 3,
verbose = T
)
dataset |
MicroVis dataset. Default is the active dataset |
factor |
Factor along which to group the samples |
stratifiers |
Stratifiers along which to stratify the samples |
min_n |
Minumum number of samples expected in each group |
verbose |
If set to TRUE, prints out processing text |
TRUE or FALSE indicating whether any groups in the specified factor have fewer than the specified number of samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.