OpenMx Developer Forums
OpenMx 1.1 new features
- Read more about OpenMx 1.1 new features
- Log in or register to post comments
New Feature Proposals
- Read more about New Feature Proposals
- Log in or register to post comments
New Features
- 2010/10/03
- Developers will now see submenus under the commit log
- 2009/10/11
- Michael fixed Subscriptions.
- Changed the title to "OpenMx" and hardcoded the h1 and title to included " - Advanced Structural Equation Modeling"
- 2009/10/05
- Looks like Drupal 6.14 introduced a bug in forum replies. Fixed for now.
- 2009/10/03
- Again, haven't done this for a while.
- Read more about New Features
- Log in or register to post comments
save progress with mxTryHard
Perhaps this could be done by expanding the loading and saving of models to also include past fitting attempts. This way mxTryHard can pick up where left off when interrupted, and I can also page through the solutions of all the tries that mxTryHard made.
- Read more about save progress with mxTryHard
- Log in or register to post comments
Mxcompare Clarification
This should be a quick question considering it is probably common knowledge for all of you. I am looking for some clarification regarding the mxcompare output. Just to be certain, is "diffll" synonymous with chi-squared? From the openmx user guide I cannot see where else a chi-square output would be located. If this is not the case, how can one determine the chi-square value from the usual mxcompare output?
Thank you in advance and please excuse my extreme naivety.
- Read more about Mxcompare Clarification
- 4 comments
- Log in or register to post comments
gene based gene environment interaction in twin studies
I’m going to explore gene environment interaction based gene in twin studies. I’ve searched for literatures, and found general/generalized linear mixed model framework of ACE model may be good choices(https://www.ncbi.nlm.nih.gov/pubmed/28953253).
Unfortunately, I'm terrible at math and basic theory. And I cannot find the relevant code.
So I want to ask if anyone has done any research that can give some help.
Thank you!
saving / loading models
Thanks for all the work on OpenMx!
I know about mxSave and mxRestore, but when I run mxRestore I still have to use mxRun to compute all the numerical derivs before I can print a summary() of the model's results. This can take a while if I am reading in many models.
Would it be possible for mxSave and mxRestore to also save/restore the derivs that are computed in the last step? This way I can run a model, save it, and then instantly load it later when I want to work with the results.
Thanks for your time!
Kyle
- Read more about saving / loading models
- 4 comments
- Log in or register to post comments
mxBootstrap
First, I would like to thank you for all your fantastic work.
I am wondering if the mxBoostrap() could return an object of class boot from the base boot package. A similar facility has been developed in rms::bootcov() function. This capability makes it standard on how to compute the confidence interval using different approaches available in the boot package.
- Read more about mxBootstrap
- 1 comment
- Log in or register to post comments
Error in http://openmx.psyc.virginia.edu/docs/OpenMx/2.6.7/_static/demo/OneFactorJoint_PathRaw.R ?
http://openmx.psyc.virginia.edu/docs/OpenMx/2.6.7/_static/demo/OneFactorJoint_PathRaw.R
When I ran it, there were no estimates for the factor loadings.
This code doesn't include "facLoads". Shouldn't it?
oneFactorJointModel <- mxModel("Common Factor Model Path Specification", type="RAM",
manifestVars=c("x1","x2","x3","z1","z2","z3"), latentVars="F1",
dataRaw, resVars, latVar, means, thresholds)
I think this is what is needed:
Profiling mxRun on a Mac
I am currently trying to profile the mxRun function on OS X. I am stuck because the fortran code is not at the correct place in the call tree. I described the problem in detail here: http://stackoverflow.com/questions/32378821/profile-compiled-r-code-including-c-and-fortan-on-os-x. Does anybody have any experience with stuff like this?
- Read more about Profiling mxRun on a Mac
- 1 comment
- Log in or register to post comments
Pagination
- Page 1
- Next page