ss.aipe.rmsea | R Documentation |
Sample size planning for the population root mean square error of approximation (RMSEA) from the accuracy in parameter estimation (AIPE) perspective. The sample size is planned so that the expected width of a confidence interval for the population RMSEA is no larger than desired.
ss.aipe.rmsea(RMSEA, df, width, conf.level = 0.95)
RMSEA |
the input RMSEA value |
df |
degrees of freedom of the model |
width |
desired confidence interval width |
conf.level |
desired confidence level (e.g., .90, .95, .99, etc.) |
Returns the necessary total sample size in order to achieve the desired degree of accuracy (i.e., the sufficiently narrow confidence interval).
Ken Kelley (University of Notre Dame; KKelley@ND.Edu) and Keke Lai
ci.rmsea
## Not run:
# ss.aipe.rmsea(RMSEA=.035, df=50, width=.05, conf.level=.95)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.