Learn R Programming

OpenMx (version 2.6.9)

example2: Bivariate twin data example from Classic Mx Manual

Description

Data set used in some of OpenMx's examples.

Usage

data("example2")

Arguments

Format

A data frame with 800 observations on the following variables.

Source

Classic Mx Manual.

Details

Same as example1 but in tall format instead of wide.

References

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

Examples

Run this code
data(example2)
plot(Y ~ X, data=example2)

Run the code above in your browser using DataLab