Learn R Programming

OpenMx (version 2.3.1)

example1: Bivariate twin data example from Classic Mx Manual

Description

Data set used in some of OpenMx's examples.

Usage

data("example1")

Arguments

source

Classic Mx Manual.

Details

Same as example2 but in wide format instead of tall.

References

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

Examples

Run this code
data(example1)
plot(X2 ~ X1, data=example1)

Run the code above in your browser using DataLab