Learn R Programming

OpenMx (version 2.3.1)

myRegData: Example regression data with correlated predictors

Description

Data set used in some of OpenMx's examples.

Usage

data("myRegData")

Arguments

source

Simulated.

Details

w, x, and y are predictors of z. x and y are correlated.

References

The OpenMx User's guide can be found at http://openmx.psyc.virginia.edu/documentation.

Examples

Run this code
data(myRegData)
summary(lm(z ~ ., data=myRegData))

Run the code above in your browser using DataLab