View source: R/check_n_samples.R
check_n_samples | R Documentation |
Check if the number of samples is valid. Check if the number of samples is valid. Will stop if not
check_n_samples(n_samples)
n_samples |
the number of samples/individuals, as can be checked by check_n_samples |
Nothing. Will stop if the number of samples is invalid
Richèl J.C. Bilderbeek
check_n_samples(0)
check_n_samples(1)
check_n_samples(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.