R crashes during optimization for continuous time dynamic system model
http://openmx.psyc.virginia.edu/thread/1852
source('http://openmx.psyc.virginia.edu/getOpenMx.R')
.
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.source('https://openmx.ssri.psu.edu/getOpenMx.R')
to install OpenMx 1.2.5.source("https://openmx.ssri.psu.edu/getNewOpenMx.R")
. The new series of OpenMx is the result of nearly 3 months of development and much feedback from the user community.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.
source('https://openmx.ssri.psu.edu/getOpenMx.R')
to install OpenMx 1.2.4.