simData: Simulated Heterogeneous data

simDataR Documentation

Simulated Heterogeneous data

Description

Simulated Heterogeneous data

Usage

data(simData)

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

data(simData)
str(simData)


RMixtComp documentation built on July 9, 2023, 6:06 p.m.