plotRMSEAdist(rmsea, n, df, ptile=NULL, caption=NULL, rmseaScale = TRUE, group=1)rmseaTRUE, the RMSEA scale is used in the x-axis. If FALSE, the chi-square scale is used in the x-axis.plotRMSEApowerto plot the statistical power based on population RMSEA given the sample sizefindRMSEApowerto find the statistical power based on population RMSEA given a sample sizefindRMSEAsamplesizeto 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