Cut a data frame with numeric variables and factors into
two data frames, one with only numeric variables and the
other one with only factors variables.
Usage
Tri.Data(base)
Arguments
base
the data.frame with numeric variables and
factors
Value
X.quantiThe sub data.frame with only numeric
variables
X.qualiThe sub data.frame with only categorial
variables