Find the sample size that the power in rejection the samples from the alternative pair of RMSEA is just over the specified power.
findRMSEAsamplesizenested(rmsea0A = NULL, rmsea0B = NULL, rmsea1A,
rmsea1B = NULL, dfA, dfB, power = 0.8, alpha = 0.05, group = 1)
The
The
The
The
degree of freedom of the more-restricted model.
degree of freedom of the less-restricted model.
The desired statistical power.
The alpha level.
The number of group in calculating RMSEA.
MacCallum, R. C., Browne, M. W., & Cai, L. (2006). Testing differences between nested covariance structure models: Power analysis and null hypotheses. Psychological Methods, 11(1), 19-35. doi:10.1037/1082-989X.11.1.19
plotRMSEApowernested
to plot the statistical power for
nested model comparison based on population RMSEA given the sample size
findRMSEApowernested
to find the power for a given
sample size in nested model comparison based on population RMSEA
# NOT RUN {
findRMSEAsamplesizenested(rmsea0A = 0, rmsea0B = 0, rmsea1A = 0.06,
rmsea1B = 0.05, dfA = 22, dfB = 20, power = 0.80,
alpha = .05, group = 1)
# }
Run the code above in your browser using DataLab