Welcome to the OpenMx General Help Forum
Posted on

Forums
This forum is designed for general questions about how to use OpenMx. If you can't find another place where your question fits, then this is the place to be!
Passed along on behalf of a
Passed along on behalf of a another user: Is there a way to get standardized estimates and modification indices from the output of mxRun?
Log in or register to post comments
In reply to Passed along on behalf of a by pdeboeck
Did you find an answer to
Did you find an answer to this question? I'm especially interested in the modification indices.
Log in or register to post comments
In reply to Passed along on behalf of a by pdeboeck
Modification indices (MIs)
Modification indices (MIs) could be computed from the estimated first and second derivatives. A bit of tinkering with matrix algebra might yield the MIs.
In other software packages, MIs do not, as far as I know, take into account possible equality constraints between elements of the matrices. It would be a neat feature if OpenMx could do this, because MIs are useless for behavior genetic models in which it is meaningless to free up, e.g., a path from genotype to phenotype for one individual but not to do so for their relative at the same time.
Log in or register to post comments
In reply to Modification indices (MIs) by neale
This is something that I'd
This is something that I'd like to see addressed in some way. I'm not sure I like "modification indices", though.
I'd rather see something implemented like Taehun Lee's and Bud MacCallum's recent work on parameter influence. The idea there is to estimate a value for how influential a parameter is. That way we are gaining understanding about how much a model would change if a parameter were gone (or added), and also gaining understanding as to what proportion model fit is changed when a parameter is forced away from its optimal value by some small (either proportional or absolute) value.
Log in or register to post comments
In reply to This is something that I'd by Steve
Yes, however, I am not sure
Yes, however, I am not sure what that brings over and above a likelihood-based confidence interval (or a scatterplot matrix of bootstrap parameter estimates).
Log in or register to post comments
In reply to Yes, however, I am not sure by neale
In my understanding, the
In my understanding, the likelihood-based confidence interval methods tell about single parameter moves while the fungible parameter method asks about whether confidence intervals covary. Bootstrapping tells more about how the data relates to the model mixed with the structure of the model itself. Fungible parameters, as I understand it, are designed to tell about off-axis parameter instability in the structure of the model.
Log in or register to post comments
Standardized can be computed
Standardized can be computed from the output: see the twin scripts for an example, where variance components are standardized against the sum of variance.
Log in or register to post comments