Learn R Programming

OpenMx (version 2.6.9)

latentMultipleRegExample1: Example data for multiple regression among latent variables

Description

Data set used in some of OpenMx's examples.

Usage

data("latentMultipleRegExample1")

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.

References

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

Examples

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

Run the code above in your browser using DataLab