Example regression data with correlated predictors
Data set used in some of OpenMx's examples.
data("myRegData")A data frame with 100 observations on the following variables.
wPredictor variable
xPredictor variable
yPredictor variable
zOutcome variable
w, x, and y are predictors of z. x and y are correlated.
Simulated.
The OpenMx User's guide can be found at http://openmx.ssri.psu.edu/documentation.
data(myRegData) summary(lm(z ~ ., data=myRegData))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.