getF: getF calculates minimum of the ML-fit-function from known fit...

Description Usage Arguments Value

View source: R/helperFunctions.R

Description

getF calculates minimum of the ML-fit-function from known fit indices

Usage

1
2
3
4
5
6
7
8
getF(
  effect,
  effect.measure,
  df = NULL,
  p = NULL,
  SigmaHat = NULL,
  Sigma = NULL
)

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 varaibles

SigmaHat

model implied covariance matrix

Sigma

population covariance matrix

Value

Fmin


semPower documentation built on Nov. 2, 2021, 1:06 a.m.