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.

OpenMx 1.2.3 is released

The latest version of OpenMx 1.2 is available for download. OpenMx 1.2.3 contains several bug 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.3.

OpenMx 1.2.2 is released

Fresh off the heels of 1.2.1, the latest version of OpenMx 1.2, 1.2.2 is available for download. 1.2.2 contains a bug fix related to PPML transformations in OpenMX. For more information on OpenMx 1.2 features, see here. Use the installation command in an R terminal source('https://openmx.ssri.psu.edu/getOpenMx.R'). The complete change log since the 1.2.1 release is below.

Add option to change name of a model when you omxSetParameters it

Usually, one uses omxSetParameters() to change something about a model - say fix or free parameters, so that the revised model can be fitted and compared. It would be useful to be able to change the name at that point. The attached patch modifies omxSetParameters() to add at the end of the arglist newname = NULL and if the newname is not NULL it changes the model name.