Learn R Programming

OpenMx (version 2.3.1)

myGrowthMixtureData: Data for a growth mixture model

Description

Data set used in some of OpenMx's examples.

Usage

data("myGrowthMixtureData")

Arguments

source

Simulated.

Details

The same as myGrowthKnownClassData, but without the class membership variable.

References

The OpenMx User's guide can be found at http://openmx.psyc.virginia.edu/documentation.

Examples

Run this code
data(myGrowthMixtureData)

matplot(t(myGrowthMixtureData), type='l', lty=1)

data(myGrowthKnownClassData)
all(myGrowthKnownClassData[,-6]==myGrowthMixtureData)

Run the code above in your browser using DataLab