powered by
This function determines if a given vector of numeric or factor is a non informative variable or not.
is.not.informative.variable(x, includeNA = T)
a vector of numeric or factor.
a boolean. TRUE to include NA value as a factor level.
# NOT RUN { data(iris) is.not.informative.variable(iris$Sepal.Length) # }
Run the code above in your browser using DataLab