Learn R Programming

linkspotter (version 1.3.0)

is.not.informative.variable: 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

Run this code
# NOT RUN {
data(iris)
is.not.informative.variable(iris$Sepal.Length)

# }

Run the code above in your browser using DataLab