plotRMSEAdist(rmsea, n, df, ptile=NULL, caption=NULL, rmseaScale = TRUE, group=1)
rmsea
TRUE
, the RMSEA scale is used in the x-axis. If FALSE
, the chi-square scale is used in the x-axis.plotRMSEApower
to plot the statistical power based on population RMSEA given the sample sizefindRMSEApower
to find the statistical power based on population RMSEA given a sample sizefindRMSEAsamplesize
to find the minium sample size for a given statistical power based on population RMSEAplotRMSEAdist(rmsea=c(.05, .08), n=200, df=20, ptile=0.95, rmseaScale = TRUE)
plotRMSEAdist(rmsea=c(.05, .01), n=200, df=20, ptile=0.05, rmseaScale = FALSE)
Run the code above in your browser using DataLab