OpenMx 1.2.3 is released
- Read more about OpenMx 1.2.3 is released
- Log in or register to post comments
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
- Read more about OpenMx 1.2.2 is released
- Log in or register to post comments
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.
OpenMx 1.2.1 is released
- Read more about OpenMx 1.2.1 is released
- Log in or register to post comments
The latest version of OpenMx 1.2 is available for download. OpenMx 1.2.1 contains a bug fix and several improved error messages described below. 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').
getOpenMx.R no longer a GUI
- Read more about getOpenMx.R no longer a GUI
- Log in or register to post comments
After running into some issues with tcl/tk, we've decided to change the getOpenMx.R script to not rely on the GUI.
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.
OpenMx 1.2 is released
- Read more about OpenMx 1.2 is released
- Log in or register to post comments
The release of OpenMx 1.2 is available for download. Use the installation command in an R terminal
source('https://openmx.ssri.psu.edu/getOpenMx.R')
. OpenMx 1.2 is the result of nearly 6 months of development and much feedback from the user community. Tell us about your OpenMx 1.2 Beta Experience
- Read more about Tell us about your OpenMx 1.2 Beta Experience
- Log in or register to post comments
As many of you know, the beta release of the OpenMx 1.2 series is available for download. It can be installed by running the command 'source("https://openmx.ssri.psu.edu/getNewOpenMx.R")' in an R terminal. The new series of OpenMx is the result of nearly 6 months of development and much feedback from the user community.
OpenMx 1.2 beta released
- Read more about OpenMx 1.2 beta released
- 1 comment
- Log in or register to post comments
The beta release of the OpenMx 1.2 series is available for download. Use the alternate installation command in an R terminal
source("https://openmx.ssri.psu.edu/getNewOpenMx.R")
. The new series of OpenMx is the result of nearly 6 months of development and much feedback from the user community.Handle row of missing continuous data in joint FIML objective
See http://openmx.psyc.virginia.edu/thread/1111
OpenMx 1.1.2 is released
- Read more about OpenMx 1.1.2 is released
- Log in or register to post comments
The latest version of OpenMx 1.1 is available for download. OpenMx 1.1.2 contains several bug fixes described below. For more information on OpenMx 1.1 features, see here. Use the installation command in an R terminal source('https://openmx.ssri.psu.edu/getOpenMx.R').