getCFI.Sigma | R Documentation |
Computes CFI given the model-implied and the observed (or population) covariance matrix:
CFI = (F_null - F_hyp) / F_null
.
getCFI.Sigma(SigmaHat, S, muHat = NULL, mu = NULL, fittingFunction = "ML")
SigmaHat |
model implied covariance matrix |
S |
observed (or population) covariance matrix |
muHat |
model implied mean vector |
mu |
observed (or population) mean vector |
fittingFunction |
whether to use |
Returns CFI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.