getCFI.Sigma: getCFI.Sigma

View source: R/effectSizes.R

getCFI.SigmaR Documentation

getCFI.Sigma

Description

Computes CFI given the model-implied and the observed (or population) covariance matrix: CFI = (F_null - F_hyp) / F_null.

Usage

getCFI.Sigma(SigmaHat, S, muHat = NULL, mu = NULL)

Arguments

SigmaHat

model implied covariance matrix

S

observed (or population) covariance matrix

muHat

model implied mean vector

mu

observed (or population) mean vector

Value

Returns CFI


semPower documentation built on May 31, 2023, 7:54 p.m.