semPower.powerPlot.byEffect | R Documentation |
Shows a plot showing power as function of the effect for a given N and alpha.
semPower.powerPlot.byEffect(
effect.measure = NULL,
alpha,
N,
df,
p = NULL,
effect.min = NULL,
effect.max = NULL,
steps = 50,
linewidth = 1
)
effect.measure |
type of effect, one of |
alpha |
alpha error |
N |
the number of observations |
df |
the model degrees of freedom |
p |
the number of observed variables, required for |
effect.min |
minimum effect |
effect.max |
maximum effect |
steps |
number of steps |
linewidth |
linewidth |
powerplot
## Not run:
semPower.powerPlot.byEffect(effect.measure = "RMSEA", alpha = .05,
N = 500, effect.min = .01, effect.max = .15, df = 200)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.