Learn R Programming

OpenMx (version 2.3.1)

demoTwoFactor: Demonstration data for a two factor model

Description

Data set used in some of OpenMx's examples.

Usage

data("demoTwoFactor")

Arguments

source

Simulated.

Details

Variables x1-x5 are typically used as indicators of one latent trait. Variables y1-y5 are typically used as indicators of another latent trait.

References

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

Examples

Run this code
data(demoTwoFactor)
cov(demoTwoFactor)
cor(demoTwoFactor)

Run the code above in your browser using DataLab