Join us for
RADAR: AI Edition

PCAmixdata (version 2.1)

Tri.Data: Tri.Data

Description

Cut a data frame with numeric variables and factors into two data frames, one with only numeric variables and the other one with only factors variables.

Usage

Tri.Data(base)

Arguments

base
the data.frame with numeric variables and factors

Value

  • X.quantiThe sub data.frame with only numeric variables
  • X.qualiThe sub data.frame with only categorial variables

Examples

Run this code
data(decathlon)
Tri.Data(decathlon)

Run the code above in your browser using DataLab