Description Usage Arguments Examples
View source: R/non_informative_var.R
This function determines if a given vector of numeric or factor is a non informative variable or not.
1 | is.not.informative.variable(x, includeNA = T)
|
x |
a vector of numeric or factor. |
includeNA |
a boolean. TRUE to include NA value as a factor level. |
1 2 | data(iris)
is.not.informative.variable(iris$Sepal.Length)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.