powerPrepare | R Documentation |
Performs some preparations common to all types of power analyses.
powerPrepare(
type = NULL,
effect = NULL,
effect.measure = NULL,
alpha = NULL,
beta = NULL,
power = NULL,
abratio = NULL,
N = NULL,
df = NULL,
p = NULL,
SigmaHat = NULL,
Sigma = NULL,
muHat = NULL,
mu = NULL,
fittingFunction = "ML",
simulatedPower = FALSE,
modelH0 = NULL,
nReplications = NULL,
minConvergenceRate = NULL,
lavOptions = NULL
)
type |
type of power analysis |
effect |
effect size specifying the discrepancy between H0 and H1 (a list for multiple group models; a vector of length 2 for effect-size differences) |
effect.measure |
type of effect, one of |
alpha |
alpha error |
beta |
beta error; set either beta or power |
power |
power (=1 - beta); set either beta or power |
abratio |
the ratio of alpha to beta |
N |
the number of observations (a list for multiple group models) |
df |
the model degrees of freedom |
p |
the number of observed variables, required for |
SigmaHat |
model implied covariance matrix (a list for multiple group models). Use in conjunction with |
Sigma |
observed (or population) covariance matrix (a list for multiple group models). Use in conjunction with |
muHat |
model implied mean vector |
mu |
observed (or population) mean vector |
fittingFunction |
one of |
simulatedPower |
whether to perform a simulated ( |
modelH0 |
for simulated power: |
nReplications |
for simulated power: number of random samples drawn. |
minConvergenceRate |
for simulated power: the minimum convergence rate required |
lavOptions |
for simulated power: a list of additional options passed to |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.