freq_cut | R Documentation |
These parameters control the specificity of the filter for near-zero
variance parameters in recipes::step_nzv()
.
freq_cut(range = c(5, 25), trans = NULL)
unique_cut(range = c(0, 100), trans = NULL)
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
Smaller values of freq_cut()
and unique_cut()
make the filter less
sensitive.
freq_cut()
unique_cut()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.