OpenMx

Build Status Codecov test coverage cran version Monthly Downloads Total Downloads Rdoc DOI

OpenMx is a Structural Equation Modeling package that encourages users to treat model specifications as something to be generated and manipulated programmatically.

Example models which OpenMx can fit include everything from confirmatory factor, through multiple group, mixture distribution, categorical threshold, modern test theory, differential equations, state space, and many others.

Models may be specified as RAM or LISREL paths, or directly in matrix algebra.

Fit functions include ML (summary and full information) and WLS.

The package is on CRAN, so the easiest way to install is just:

install.packages("OpenMx")

Website: https://openmx.ssri.psu.edu (with forums, example models, documentation)

Development versions

Developers commit to the master branch. Intrepid users are encouraged to install the master branch.

On Mac OS, this can be installed as a binary via travis:


install.packages("https://vipbg.vcu.edu/vipbg/OpenMx2/software/bin/macosx/travis/OpenMx_latest.tgz")

The stable branch can be considered our current alpha release.

The stable branch is updated automatically when all models/passing and models/nightly tests pass along with make cran-check.