pw <- efa_power(df = 100, N = 200)
# Power curve for the test of close fit, marking the object's own N
plot(pw)
# Overlay several models by sweeping the degrees of freedom
plot(pw, df = c(50, 100, 200))
# Sweep the alternative RMSEA instead
plot(pw, eps1 = c(0.06, 0.08, 0.10))
Run the code above in your browser using DataLab