is.not.informative.variable {linkspotter} | R Documentation |
Is a vector an non informative variable
Description
This function determines if a given vector of numeric or factor is a non informative variable or not.
Usage
is.not.informative.variable(x, includeNA = T)
Arguments
x |
a vector of numeric or factor. |
includeNA |
a boolean. TRUE to include NA value as a factor level. |
Examples
data(iris)
is.not.informative.variable(iris$Sepal.Length)
[Package linkspotter version 1.3.0 Index]