Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


semPower (version 2.1.1)

getF: getF

Description

Computes the minimum of the ML-fit-function from known fit indices.

Usage

getF(
  effect,
  effect.measure,
  df = NULL,
  p = NULL,
  SigmaHat = NULL,
  Sigma = NULL,
  muHat = NULL,
  mu = NULL,
  fittingFunction = "ML"
)

Value

Returns Fmin

Arguments

effect

magnitude of effect

effect.measure

measure of effect, one of 'fmin', 'rmsea', 'agfi', 'gfi', 'mc'

df

model degrees of freedom

p

number of observed variables

SigmaHat

model implied covariance matrix

Sigma

observed (or population) covariance matrix

muHat

model implied mean vector

mu

observed (or population) mean vector

fittingFunction

one of ML (default), WLS, DWLS, ULS