Learn R Programming

OpenMx (version 2.6.9)

demoOneFactor: Demonstration data for a one factor model

Description

Data set used in some of OpenMx's examples.

Usage

data("demoOneFactor")

Arguments

Format

A data frame with 500 observations on the following 5 numeric variables.

Source

Simulated.

Details

Variables x1-x5 are typically used as indicators of the latent trait.

References

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

Examples

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

Run the code above in your browser using DataLab