varClass: Extract Variable Types from a Data Frame
Description
varClass returns the variable types of a data frame. It is used
internally in several functions of the missForest package.
Usage
varClass(x)
Value
A character vector of length \(p\), where \(p\) is the number of columns in x.
Entries are "numeric" for continuous variables and "factor" for categorical variables.