Learn R Programming

OpenMx (version 2.6.9)

factorExample1: Example Factor Analysis Data

Description

Data set used in some of OpenMx's examples.

Usage

data("factorExample1")

Arguments

Format

A data frame with 500 observations on the following variables.

Source

Simulated

Details

This appears to be a three factor model, but perhaps with an odd loading structure.

References

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

Examples

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

factanal(covmat=cov(factorExample1), factors=3, rotation="promax")

Run the code above in your browser using DataLab