Description Usage Arguments Value
View source: R/miscoding_explorative.R
Check each variable of a data frame to determine if there are enough examples for the number of distinct values. NB: will return a spurious result for continous valued variables.
Check each variable of a data frame to determine if there are enough examples for the number of distinct values. NB: will return a spurious result for continous valued variables.
1 2 3 | compare_frame_classes(data, comparison = sqrt_comparison)
compare_frame_classes(data, comparison = sqrt_comparison)
|
data |
Dataframe of variables for checking |
comparison |
[optional] A function to compare the number of unique classes with the number of observations. |
Boolean-vector - FALSE: not enough examples present
Boolean-vector - FALSE: not enough examples present
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.