semPower.powerPlot.byN | R Documentation |
Shows a plot showing power as function of N for a given effect and alpha.
semPower.powerPlot.byN(
effect = NULL,
effect.measure = NULL,
alpha,
df,
p = NULL,
SigmaHat = NULL,
Sigma = NULL,
power.min = alpha,
power.max = 0.99,
steps = 50,
linewidth = 1
)
effect |
effect size specifying the discrepancy between H0 and H1 |
effect.measure |
type of effect, one of |
alpha |
alpha error |
df |
the model degrees of freedom |
p |
the number of observed variables, required for |
SigmaHat |
model implied covariance matrix. Use in conjunction with |
Sigma |
population covariance matrix. Use in conjunction with |
power.min |
minimum power, must not be smaller than |
power.max |
maximum power |
steps |
number of steps |
linewidth |
linewidth |
powerplot
## Not run:
semPower.powerPlot.byN(effect = .05, effect.measure = "RMSEA",
alpha = .05, power.min = .05, power.max = .99, df = 200)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.