getSRMR.Sigma | R Documentation |
Computes SRMR given the model-implied and the observed (or population) covariance matrix, using the Hu & Bentler approach to standardization.
getSRMR.Sigma(SigmaHat, S, muHat = NULL, mu = NULL)
SigmaHat |
model implied covariance matrix |
S |
observed (or population) covariance matrix |
muHat |
model implied mean vector |
mu |
observed (or population) mean vector |
Returns SRMR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.