OpenMx 1.3.2 is released

This version of OpenMx fixes a number of small bugs:

  • detect non-conformable arrays for elementwise division in the front-end
  • fix crash in Hessian calculation when no objective function is specified
  • throw an error if standard errors are enabled and Hessian calculation is disabled
  • bug fix in multiple-iteration upper confidence interval estimation
  • support for 32-bit and 64-bit gcc4.7 on linux

OpenMx 1.3.1 is released

The latest version of OpenMx 1.3 is available for download. OpenMx 1.3.1 contains a bug fix described below. For more information on OpenMx 1.3 features, see here. Use the installation command in an R terminal source('http://openmx.psyc.virginia.edu/getOpenMx.R').

Release 1.3.1-2179 (October 17, 2012)

  • bug fix in mxRun() where a model with grandchildren submodels can have its internal state corrupted.

OpenMx 1.3.0 is released

We are pleased to announce the next major release of the OpenMx library. Use the installation command in an R terminal source('http://openmx.psyc.virginia.edu/getOpenMx.R'). There have been several minor enhancements to the OpenMx library interface (all changes are backwards compatible) and several performance improvements. We have implemented a dependency tracking system in the OpenMx backend. If an algebra is independent of all the definition variables in a FIML calculation, then the algebra is computed once per FIML iteration.

OpenMx 1.2.5 is released

The latest version of OpenMx 1.2 is available for download. OpenMx 1.2.5 contains several fixes which are described below. For more information on the general features within the OpenMx 1.2 series, see here. Use the installation command in an R terminal source('https://openmx.ssri.psu.edu/getOpenMx.R') to install OpenMx 1.2.5.

Thresholds are not in order

From http://openmx.psyc.virginia.edu/thread/1443:

I wrote a simple OpenMx script to do LCA on ordinal variables. It works fine on simulated data. When I run it on real data, the estimated thresholds are not in order. I then included constraints on the thresholds (simple enough to do) so that they are monotonically increasing. This seems to work as the threshold estimates monotonically increase. From reading the manual, I was sure constraints weren't necessary.

OpenMx 1.2.4 is released

The latest version of OpenMx 1.2 is available for download. OpenMx 1.2.4 contains several fixes which are described below. For more information on the general features within the OpenMx 1.2 series, see here. Use the installation command in an R terminal source('https://openmx.ssri.psu.edu/getOpenMx.R') to install OpenMx 1.2.4.

Release 1.2.4-2063 (May 22, 2012)

  • added argument "name" to omxSetParameters()
  • error checking for 0-length arguments to mxPath()