Fac.Num {FactoClass}R Documentation

Division of qualitative and quantitative variables

Description

An object of class data.frame is divided into a list with two tables, one with quantitative variables and the other with qualitative variables.

Usage

Fac.Num(tabla)

Arguments

tabla

object of class 'data.frame'

Value

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

Author(s)

Pedro Cesar Del Campo pcdelcampon@unal.edu.co

Examples


   data(DogBreeds)
   Fac.Num(DogBreeds)

   data(iris)
   Fac.Num(iris)


[Package FactoClass version 1.2.9 Index]