Hi Tim,
Can you add omxCheckCloseEnough() statements to OneFactorMatrixDemo.R and TwinAnalysis_Multivariate_Matrix_Raw.R? There may be a bug in the way the optimizer handles the second demo, but we can't be certain until we know what the correct answer is supposed to be. Also I went ahead and made some R style changes to TwinAnalysis_Multivariate_Matrix_Raw.R. Until we get an OpenMx wiki page on R style guidelines, use the Google R style guide: http://google-styleguide.googlecode.com/svn/trunk/google-r-style.html, particularly items (7) and (8).
#1
Log in or register to post comments
#2
Is there some information on how to implement close enough such that it runs mx locally?
I didn't do this based on an existing mx output, so I don't have the right values to just paste in.
Log in or register to post comments
#3
Log in or register to post comments
#4
I made this page to explain that
http://openmx.psyc.virginia.edu/wiki/writing-demo-scripts
can (should?) we have a folder "/trunk/demo/mx/"
to contain the original mx script (and data if necessary). That way the OpenMx script can contain point to local mx scripts and data. As the scripts change and new demos are written, the base mx script can be modified or used as a basis for a new demo: Much easier, and verifiable (errors may be in the mx1.6 script).
t
Log in or register to post comments
#5
Log in or register to post comments
#6
Log in or register to post comments