OpenMx Structural Equation Modeling

fit@output$confidenceIntervals doesn't give estimate, just lbound and ubound
hi all,
If you do "summary(fit)$CI" you get the upper, lower, and estimate:
lbound estimate ubound
top.a_std[1,1] -0.68048731 -0.6216239 -0.5515234
but "fit@output$confidenceIntervals" gives just the upper and lower:
lbound ubound
top.a_std[1,1] -0.68048731 -0.5515234
Because summary takes ages to run on big models, it would be nice if "fit@output$confidenceIntervals" had the estimate in there as well: Also good for consistency.
Best, t

Constraint Model
Can anyone direct me to a script indicating how to run a constraint model? I am combining two twin data sets and want to run a fully constrained and fully unconstrained model in order to know if the two samples can be combined. How can I tweak my multivariate Chlolesky to do this?
- Read more about Constraint Model
- 1 comment
- Log in or register to post comments

estimation constraint when analyzing correlation matrix
Hello,
When analyzing a correlation matrix, do I need to put a constraint to the estimated Sigma so that its diagonal equals identity during optimization? As in Mx? Or has this been taken care of already in openMx?
Thanks in advance!
Suzanne

Modification indexes/indices
I am starting a new thread on this but see
http://openmx.psyc.virginia.edu/thread/831
for background.
I am still attempting to replicate the results from Sorbom's paper using the code posted by Rine and some of the new options to mxRun outlined in the old thread. I am attaching three files.
mi.r contains my code for modification indexes
sorbom.r creates the correlation matrix from one of the examples in Sorbom's paper and runs it
sorbom.txt is the resultant output showing the value of mi I get,
- Read more about Modification indexes/indices
- 12 comments
- Log in or register to post comments

CIs: updating mxCI in a model
hi,
I have a model with existing CIs
fit1a
...
@intervals : 'top.a_std', 'top.c_std', and 'top.e_std'
...
I want to delete those, and run with just 1 request, so I tried
fit1b= mxModel(fit1a,mxCI(c("top.e_std[1,2]")))
but this seems to add the CIs onto the end of the list (rather than stamp on the old list)
- Read more about CIs: updating mxCI in a model
- 2 comments
- Log in or register to post comments

multicollinear predictors?
Hi all,
- Read more about multicollinear predictors?
- 3 comments
- Log in or register to post comments

GUI option for OpenMX
I am just wondering if any one developing a GUI for OpenMX.
Atleast an option in future would be of great value.
- Read more about GUI option for OpenMX
- 2 comments
- Log in or register to post comments

How to obtain saturated model fit?
Hello, guys,
When using the MLObjective, how to obtain the saturated model fit? Is it somewhere in the output slot? If discrepancy function value can be found, that is even better. I think most softwares when analyzing a sample covariance matrix would return the discrepancy function value.
Thanks.
Hao
- Read more about How to obtain saturated model fit?
- 3 comments
- Log in or register to post comments

faster mxRun for multiple runs
Hello everybody,
I'm new at the forum and a newbee with OpenMx and SEM modelling, so my excuses if there may be some stupid questions I gonna ask :-)
Here comes my Problem: I try to write a script that automatically searches the best free parameter and fits it until all significant parameters are fittet. Just like the OU AM option of LISREL. However, it takes quite a while over it, and with more complex models its probably going to take days...
What I'm currently doing is in words and pseudo-code
1. compute the log-likelihood of a null-model:
- Read more about faster mxRun for multiple runs
- 18 comments
- Log in or register to post comments

How to change labels for multiple submodels
My question probably reflects my inexperience scripting in R, but I thought I'd give it a shot here.
- Read more about How to change labels for multiple submodels
- 2 comments
- Log in or register to post comments
Pagination
- Previous page
- Page 9
- Next page