Data for a growth mixture model with the true class membership
Data set used in some of OpenMx's examples.
data("myGrowthKnownClassData")
A data frame with 500 observations on the following variables.
x1
x variable and time 1
x2
x variable and time 2
x3
x variable and time 3
x4
x variable and time 4
x5
x variable and time 5
c
Known class membership variable
The same as myGrowthMixtureData, but with the class membership variable.
Simulated.
The OpenMx User's guide can be found at http://openmx.ssri.psu.edu/documentation.
data(myGrowthKnownClassData) #plot the observed trajectories # blue lines are class 1, green lines are class 2 colSel <-c('blue', 'green')[myGrowthKnownClassData$c] matplot(t(myGrowthKnownClassData[,-6]), type='l', lty=1, col=colSel)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.