Missing CIs - How to get them?
Posted on
YiTan
Joined: 10/08/2014
Forums
Hi all,
When I ran the univariate or bivariate scripts for some of my variables, I often get NA for some of the CIs requested, followed by this line: "Investigate missing CIs with the detail output in MxComputeConfidenceInterval "
I would like to know what causes the missing CIs and what can I do to get the missing CIs? I'm not sure if I understand what arguments to put in the MxComputeConfidenceInterval.
Thank you very much for the help!
Best Regards,
Yi Ting
CIs
Typically, the reason you get NAs is because your model isn't sufficiently identified.
Log in or register to post comments
In reply to CIs by jpritikin
NULL?
Thanks for your reply, unfortunately, I got NULL when I input 'AceFit$compute$steps$CI$output$detail'. Did I miss something?
Log in or register to post comments
In reply to NULL? by YiTan
summary with verbose=T
summary(myFittedModel,verbose=T)
.Log in or register to post comments
In reply to NULL? by YiTan
version?
Log in or register to post comments
In reply to version? by jpritikin
mxVersion
Here are my mxVersion details:
OpenMx version: 2.2.4 [GIT v2.2.4]
R version: R version 3.2.1 (2015-06-18)
Platform: x86_64-w64-mingw32
Default optimiser: SLSQP
Log in or register to post comments