smltn {cmbClust}R Documentation

Simulated datasets

Description

Datasets are simulated from conditional mixture models with different numbers of components.

Usage

data(smltn)

Format

Two datasets are stored in the data smltn. smltn1 is a data matrix with 200 observations on two variables and one group membership; smltn2 is a matrix with 300 observations on two variables and one group ID.

Examples

data(smltn)
# view data matrices smltn1 and smltn2
print(smltn1)
print(smltn2)

[Package cmbClust version 0.0.1 Index]