myRegData | R Documentation |
Data set used in some of OpenMx's examples.
data("myRegData")
A data frame with 100 observations on the following variables.
w
Predictor variable
x
Predictor variable
y
Predictor variable
z
Outcome variable
w, x, and y are predictors of z. x and y are correlated.
Simulated.
The OpenMx User's guide can be found at https://openmx.ssri.psu.edu/documentation/.
data(myRegData)
summary(lm(z ~ ., data=myRegData))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.