Learn R Programming

FactoClass (version 0.7.7)

Fac.Num: 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:
  • factortable with the qualitative variables
  • numerictable with the quantitative variables

Examples

Run this code
data(BreedsDogs)
   Fac.Num(BreedsDogs)

   data(iris)
   Fac.Num(iris)

Run the code above in your browser using DataLab