CI.RMSEA | R Documentation |
Computes the confidence interval for RMSEA.
CI.RMSEA(rmsea,df,N,clevel=.95)
rmsea |
expected or observed RMSEA. |
df |
model degrees of freedom. |
N |
sample size. |
clevel |
confidence level (e.g., .90, .95, etc.). |
Return the upper and lower bound as well as the expected or observed value of the RMSEA.
Tzu-Yao Lin
Browne, M. W., & Cudeck, R. (1992). Alternative ways of assessing model fit. Sociological Methods and Research, 21(2), 230-258. doi: 10.1177/0049124192021002005
CI.RMSEA(rmsea=.05,df=30,N=200,clevel=.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.