The OpenMx website will be down for maintenance from 9 AM EDT on Tuesday, September 17th, and is expected to return by the end of the day on Wednesday, September 18th. During this period, the backend will be updated and the website will get a refreshed look.
We are pleased to announce the official release of OpenMx version 2.19.8. Click here for instructions on how to install the package from our repository. As usual, our repository has package binaries for Windows and macOS, and source tarballs for Linux/GNU and other non-Mac Unix-likes, all of which come with the proprietary NPSOL optimizer. Alternately, users may install the fully open-source build of the new version from CRAN.
omxLocateParameters()
can now find fixed parameters.
indep
argument to summary()
.
observedStats
to mxData()
.
naAction="omit"
is passed to mxData()
.
mpinv()
.
mxCompare()
function now returns an object of class MxCompare whereas previously it returned a data.frame object. This change allows nested model comparison of weighted least squares models. The $
and [
extractors continue to behave in the usual way. There is also an as.data.frame
method that returns the same data.frame that was previously returned. See the help page for mxCompare()
for details on model comparison with weighted least squares.
mxRename()
now works correctly with the multigroup fitfunction.
mxRestore()
now correctly uses the checkpoint directory that was set as a local mxOption.
NA
s to numeric NA
s.
mxGetExpected()
now works correctly with multigroup models and Pearson-Aitken selection.
infoMatType="expected"
(which is not the default) is passed to mxFitFunctionGREML()
. This bug will be repaired in the next OpenMx release.