Description Usage Arguments Value
View source: R/miscoding_explorative.R
Checks if there are enough examples for the number of classes in a variable.
Checks if there are enough examples for the number of classes in a variable.
1 2 3 | compare_classes(values, comparison = sqrt_comparison)
compare_classes(values, comparison = sqrt_comparison)
|
values |
Vector of observations |
comparison |
[optional] A function to compare the number of unique classes with the number of observations. |
Boolean - FALSE: not enough examples present
Boolean - FALSE: not enough examples present
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.