Learn R Programming

OpenMx (version 2.6.9)

latentMultipleRegExample2: Example data for multiple regression among latent variables

Description

Data set used in some of OpenMx's examples.

Usage

data("latentMultipleRegExample2")

Arguments

Format

A data frame with 200 observations on the following variables.

Source

Simulated.

Details

Factor 1 strongly predicts factor 3. Factor 2 weakly predicts factor 3. Very similar to latentMultipleRegExample1.

References

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

Examples

Run this code
data(latentMultipleRegExample2)
round(cor(latentMultipleRegExample2), 2)

Run the code above in your browser using DataLab