Learn R Programming

OpenMx (version 2.3.1)

myRegDataRaw: Example regression data with correlated predictors

Description

Data set used in some of OpenMx's examples.

Usage

data("myRegDataRaw")

Arguments

source

Simulated.

Details

w, x, and y are predictors of z. x and y are correlated. Equal to myRegData.

References

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

Examples

Run this code
data(myRegData)
data(myRegDataRaw)

all(myRegDataRaw == myRegData)

Run the code above in your browser using DataLab