Description Usage Arguments Details Value Examples
View source: R/variance_threshold.R
variance_threshold returns list of variables that have near-zero variance.
1 | variance_threshold(variables, sample)
|
variables |
character vector specifying observation variables. |
sample |
tbl containing sample used to estimate parameters. |
variance_threshold is a reimplementation of caret::nearZeroVar, using
the default values for freqCut and uniqueCut.
character vector specifying observation variables to be excluded.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.