myLongitudinalData | R Documentation |
Data set used in some of OpenMx's examples.
data("myLongitudinalData")
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
Linear growth model with mean intercept around 10, and slope of about 1.5.
Simulated.
The OpenMx User's guide can be found at https://openmx.ssri.psu.edu/documentation/.
data(myLongitudinalData)
matplot(t(myLongitudinalData), type='l', lty=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.