Learn R Programming

OpenMx (version 2.3.1)

myLongitudinalData: Data for a linear latent growth curve model

Description

Data set used in some of OpenMx's examples.

Usage

data("myLongitudinalData")

Arguments

source

Simulated.

Details

Linear growth model with mean intercept around 10, and slope of about 1.5.

References

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

Examples

Run this code
data(myLongitudinalData)

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

Run the code above in your browser using DataLab