Learn R Programming

OpenMx (version 2.3.1)

factorScaleExample1: Example Factor Analysis Data for Scaling the Model

Description

Data set used in some of OpenMx's examples.

Usage

data("factorScaleExample1")

Arguments

source

Simulated

Details

This appears to be a three factor model with factor 1 loading on X1-X4, factor 2 on X5-X8, and factor 3 on X9-X12.

References

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

Examples

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

Run the code above in your browser using DataLab