RMSEA returns NA
Posted on

Forums
I fit a basic latent growth curve model (using covariance data and means) and everything seems to work fine, but the RMSEA is returning NA in the summary function. Looking at the behavior of the summary function, it appears that this is because the squaredRMSEA is less than 0 (model chi-sq=3 with df=4). I am just now in the process of learning SEM, so forgive the basic question. But I thought that RMSEA should be given as 0 if this happens, not NA. I'm sure that I'm just missing something, but what is the reasoning behind returning NA?
Thanks in advance!
Mark
Thanks for pointing this out.
First, does anyone see a problem with this? Second, what should we do for negative values of RMSEA confidence intervals should we ever include them (i.e., should we allow the lower bound of the CI to go below zero)?
Log in or register to post comments
In reply to Thanks for pointing this out. by Ryne
Oh wait, I wasn't paying
The fancy option is to store RMSEA as a number and have a new boolean field, and when the summary object is printed we combine this information in the output to highlight the non-centrality parameter is negative. We use this technique to highlight when a free parameter is resting on an upper or lower bound (see MxSummary.R:323-330).
Log in or register to post comments