Learn R Programming

RMixtComp (version 4.0.2)

simData: Simulated Heterogeneous data

Description

Simulated Heterogeneous data

Usage

data(simData)

Arguments

Format

A list containing three elements: dataLearn, dataPredict and model.

  • dataLearn is a list containing the data in the three accepted format (list, data.frame and matrix). Data consists of 200 individuals and 9 variables.

  • dataPredict is a list containing the data in the three accepted format (list, data.frame and matrix). Data consists of 100 individuals and 8 variables.

  • model is a list containing the model lists used for clustering model$unsupervised and classification model$supervised.

See Also

Other data: CanadianWeather, prostate, titanic

Examples

Run this code
# NOT RUN {
data(simData)
str(simData)
  
# }

Run the code above in your browser using DataLab