OpenMx General Help

Questions about Confidence Intervals
How does OpenMx calculate the confidence intervals? I didn't get much information from 'OpenMx Manual' or 'OpenMx User Guide', but I found some in 'MxManual'. Are the principles of OpenMx and Mx same?
If it's just a silly code error, my code is below.
Any help would be appreciated!
univACEOrdModel <- mxModel("univACEOrd",
mxModel("ACE",
- Read more about Questions about Confidence Intervals
- 1 comment
- Log in or register to post comments

Model Keeps Running Forever (fails to terminate)
First, thanks for providing such a useful software package!
Second, I am having some trouble getting my model to finish running, and since I have to manually stop the script, I don't get any helpful output that would help me debug. Please find attached my script.

Include parameter estimates on .Dot plots from omxGraphviz()

Are these available currently or soon?
It would be very helpful if the following can be done in OpenMx:
1. Evaluate (for all cases at once) an mxAlgebra that involves definition variables. I think currently one can only evaluate such an mxAlgebra for a single case.
2. Define an user specified objective function that is the sum of a casewise function of the data and parameters. I think currently the casewise function can be defined with definition variables, but is there a way to sum them?
- Read more about Are these available currently or soon?
- 3 comments
- Log in or register to post comments

p-values from summary and mxCompare do not match
from summary():
chi-square: 5.35
p: 1
from mxCompare():
minus2LL df AIC diffLL diffdf p
1 5318 742 3834 NA NA NA
2 5323 744 3835 5.35 2 0.0691

model name from output
"standardized estimates [model name]"
However, I can not figure out how to extract the model name from the output. Is it possible to get it?
For example if the output object looks like below, how do I extract 'men2'?
MxModel 'men2'
type : default
@matrices : 'L', 'F', 'Q', 'T', and 'K'
@algebras : 'S' and 'M'
@constraints :
@intervals :
@latentVars : none
@manifestVars : none
@data : 5 x 5
- Read more about model name from output
- 2 comments
- Log in or register to post comments

New to OpenMx
- Read more about New to OpenMx
- 7 comments
- Log in or register to post comments

on mxOption()
- Read more about on mxOption()
- Log in or register to post comments

mxOption "Cold Start"
mxOption(thisOMxModel, "Cold Start", "")
now gives the error
"argument 'key' has a value 'Cold Start' that cannot be found in getOption('mxOptions')"
has that been deprecated?
greg
- Read more about mxOption "Cold Start"
- 6 comments
- Log in or register to post comments

Question Regarding Joint Ordinal-Continuous Thresholds/Standard Errors
Pagination
- Previous page
- Page 14
- Next page