Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ss.aipe.rmsea

Sample size planning for RMSEA in SEM


Description

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.

Usage

ss.aipe.rmsea(RMSEA, df, width, conf.level = 0.95)

Arguments

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.)

Value

Returns the necessary total sample size in order to achieve the desired degree of accuracy (i.e., the sufficiently narrow confidence interval).

Author(s)

Ken Kelley (University of Notre Dame; KKelley@ND.Edu) and Keke Lai

See Also

Examples

## Not run: 
# ss.aipe.rmsea(RMSEA=.035, df=50, width=.05, conf.level=.95)

## End(Not run)

MBESS

The MBESS R Package

v4.8.0
GPL-2 | GPL-3
Authors
Ken Kelley [aut, cre]
Initial release
2020-08-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.