Learn R Programming

mikropml (version 1.6.1)

check_remove_var: Check remove_var

Description

Check remove_var

Usage

check_remove_var(remove_var)

Arguments

remove_var

Whether to remove variables with near-zero variance ('nzv'; default), zero variance ('zv'), or none (NULL).

Author

Zena Lapp, zenalapp@umich.edu

Examples

Run this code
if (FALSE) {
check_remove_var(NULL)
}

Run the code above in your browser using DataLab