Example regression data with correlated predictors
Data set used in some of OpenMx's examples.
data("myRegDataRaw")
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. Equal to myRegData.
Simulated.
The OpenMx User's guide can be found at http://openmx.ssri.psu.edu/documentation.
data(myRegData) data(myRegDataRaw) all(myRegDataRaw == myRegData)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.