Fac.Num {FactoClass} | R Documentation |
An object of class data.frame is divided into a list with two tables, one with quantitative variables and the other with qualitative variables.
Fac.Num(tabla)
tabla |
object of class 'data.frame' |
It returns one list with one or two objects of class data.frame with the following characteristics:
factor |
table with the qualitative variables |
numeric |
table with the quantitative variables |
Pedro Cesar Del Campo pcdelcampon@unal.edu.co
data(BreedsDogs) Fac.Num(BreedsDogs) data(iris) Fac.Num(iris)