- effect
 
effect size specifying the discrepancy between the null hypothesis (H0) and the alternative hypothesis (H1). A list for multiple group models; a vector of length 2 for effect-size differences. Can be NULL if Sigma and SigmaHat are set.
- effect.measure
 
type of effect, one of "F0", "RMSEA", "Mc", "GFI", "AGFI". Can be NULL if Sigma and SigmaHat are set.
- abratio
 
the ratio of alpha to beta
- N
 
the number of observations  (a list for multiple group models)
- df
 
the model degrees of freedom. See semPower.getDf() for a way to obtain the df of a specific model.
- p
 
the number of observed variables, only required for effect.measure = "GFI" and effect.measure = "AGFI".
- SigmaHat
 
can be used instead of effect and effect.measure: model implied covariance matrix (a list for multiple group models). Used in conjunction with Sigma to define the effect.
- Sigma
 
can be used instead of effect and effect.measure: population covariance matrix (a list for multiple group models). Used in conjunction with SigmaHat to define effect.
- muHat
 
can be used instead of effect and effect.measure: model implied mean vector. Used in conjunction with mu. If NULL, no meanstructure is involved.
- mu
 
can be used instead of effect and effect.measure: observed (or population) mean vector. Use in conjunction with muHat. If NULL, no meanstructure is involved.
- fittingFunction
 
one of 'ML' (default), 'WLS', 'DWLS', 'ULS'. Defines the discrepancy function used to obtain Fmin.
- ...
 
other parameters related to plots, notably plotShow, plotShowLabels, and plotLinewidth.