
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Computes the minimum of the ML-fit-function from known fit indices.
getF(
effect,
effect.measure,
df = NULL,
p = NULL,
SigmaHat = NULL,
Sigma = NULL,
muHat = NULL,
mu = NULL,
fittingFunction = "ML"
)
Returns Fmin
magnitude of effect
measure of effect, one of 'fmin'
, 'rmsea'
, 'agfi'
, 'gfi'
, 'mc'
model degrees of freedom
number of observed variables
model implied covariance matrix
observed (or population) covariance matrix
model implied mean vector
observed (or population) mean vector
one of ML
(default), WLS
, DWLS
, ULS