powered by
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)
It returns one list with one or two objects of class data.frame with the following characteristics:
table with the qualitative variables
table with the quantitative variables
object of class 'data.frame'
Pedro Cesar Del Campo pcdelcampon@unal.edu.co
data(DogBreeds) Fac.Num(DogBreeds) data(iris) Fac.Num(iris)
Run the code above in your browser using DataLab