Official OpenMx Youtube channel launched
- Read more about Official OpenMx Youtube channel launched
- 1 comment
- Log in or register to post comments
We are pleased to announce the launch of "OpenMx TV," the official Youtube channel of the OpenMx Project! The channel currently hosts two playlists of instructional videos about OpenMx, intended for beginners.
Version 2.7.11 of OpenMx officially released
- Read more about Version 2.7.11 of OpenMx officially released
- Log in or register to post comments
OpenMx version 2.7.11 is now available through CRAN and through our virginia.edu repository. Users running R version 3.4 under Mac OS X 10.11 "El Capitan" are advised to follow our website's instructions for installing OpenMx, since the CRAN build of the package still does not work with that combination of R and MacOS versions.
OpenMx incompatibility with R 3.4.0 and Mac OS X El Capitan
We have been unable to build functional and portable binaries of OpenMx version 2.7.10 for R version 3.4.0 on Mac OS X 10.11 "El Capitan." Furthermore, neither the CRAN build of OpenMx nor (as far as we know) the "bleeding-edge" automated build work with R v3.4.0 on El Capitan.
Website maintenance 5/4 2017, 2-4PM EST
- Read more about Website maintenance 5/4 2017, 2-4PM EST
- Log in or register to post comments
The OpenMx website will be taken down for maintenance on Thursday, May 4th, from 2:00 to 4:00 PM, Eastern (US) time.
Version 2.7.10 of OpenMx now available
- Read more about Version 2.7.10 of OpenMx now available
- Log in or register to post comments
OpenMx version 2.7.10 is now available through CRAN.
Website to be down on Thursday, 4/13, 2-4PM EST
- Read more about Website to be down on Thursday, 4/13, 2-4PM EST
- Log in or register to post comments
The OpenMx website will be taken down for maintenance on Thursday, April 13th, from 2:00 to 4:00 PM, Eastern (US) time.
Version 2.7.9 of OpenMx officially released
- Read more about Version 2.7.9 of OpenMx officially released
- Log in or register to post comments
OpenMx version 2.7.9 is now available through CRAN and through our own package repository. The most significant change between OpenMx v2.6 and v2.7 is that CSOLNP is now the on-load default optimizer. Use mxOption()
to switch optimizers, e.g.
Version 2.7 of OpenMx now in beta release
- Read more about Version 2.7 of OpenMx now in beta release
- Log in or register to post comments
The beta release of version of OpenMx v2.7.4 is now available through CRAN and through our own package repository. OpenMx version v2.7 has been available through CRAN and our package repository since January 10th, 2017, and v2.7.4 (its most recent patch) has been available through CRAN since January 17th, and through our package repository since January 23rd.
labels for mxAlgebras
It would be helpful to allow access to mxAlgebra
cells via labels, rather than only by [] addresses)
Benefits include meaningful references (reducing errors and increasing readability)
This would involve adding a labels slot to algebras, which it would be up to the user ensure matched the r*c size of whatever the algebra returns (as with existing dimnames
- Read more about labels for mxAlgebras
- Log in or register to post comments
mxCompare models with same df
If you mxCompare(m1, m1) a model with itself, you get the warning
In collectStatistics(nextBaseSummary, nextCompareSummary) :
Model 'exampleModel' has more degrees of freedom than exampleModel which means that either the models need to be compared in the oppposite order or the models are not nested and should not be compared with the likelihood ratio test
Neither model has more degrees of freedom than the other. Perhaps just give the comparison without a warning?
- Read more about mxCompare models with same df
- Log in or register to post comments