Archival Documentation Updates
http://openmx.psyc.virginia.edu/documentation
We're missing missing everything between 0.3.3 and 1.0.0.
- Read more about Archival Documentation Updates
- 1 comment
- Log in or register to post comments
http://openmx.psyc.virginia.edu/documentation
We're missing missing everything between 0.3.3 and 1.0.0.
The OpenMx developer team takes great pride in announcing the availability of (cue trumpets) OpenMx 1.0. The team would like to express its gratitude to the large number of beta-testers who have helped us improve the code. Thank you!!
omxSetParameters (cholFit2, labels=c("im not there"), free = F, value = 0);
It would be nice if that caused an error, as it usually means the user has made a typo (bad because they now think they have freed or reduced their model but have not) or misunderstands what their model contains (worse, I guess :-) ).
This can be done by adding the following code to the function
if(!all(labels %in% names(omxGetParameters(model, indep)))){
dimnames = "sr"
is replaced by
dimnames = "val"
in the third last line of the script, then it runs fine without segfaulting. Yes, it's a scripting error, but we should catch it before it segfaults.