semPower.powerPlot | R Documentation |
Shows a plot showing power as function of N given the output of a power analysis.
semPower.powerPlot(semPowerRes, ...)
semPowerRes |
results of a semPower analysis |
... |
other parameters passed to |
powerplot
## Not run:
# perform a power analysis
powerCFA <- semPower.powerCFA(type = 'post-hoc', alpha = .05, N = 300,
Phi = .15, nIndicator = c(5, 4), loadM = c(.5, .6))
# show plot
semPower.powerPlot(powerCFA)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.