Fac.Num | 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(DogBreeds)
Fac.Num(DogBreeds)
data(iris)
Fac.Num(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.