Description Usage Arguments Value
This function takes a data frame, and transforms it by keeping only those binary variables whose variance is greater than a given threshold. Non-binary variables are kept as they are
1 | minimal_variance_filter(DF, threshold)
|
DF |
A data frame |
threshold |
num. Variables whose variance is lesser than
|
DF
, with variables within the given variance threshold removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.