multiData1 | R Documentation |
Data set used in some of OpenMx's examples.
data("multiData1")
A data frame with 500 observations on the following variables.
x1
x2
x3
x4
y
x1-x4 are predictor variables, and y is the outcome.
Simulated.
The OpenMx User's guide can be found at https://openmx.ssri.psu.edu/documentation/.
data(multiData1)
summary(lm(y ~ ., data=multiData1))
#results can be replicated in OpenMx.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.