getSRMR.Sigma {semPower} | R Documentation |
getSRMR.Sigma
Description
Computes SRMR given the model-implied and the observed (or population) covariance matrix, using the Hu & Bentler approach to standardization.
Usage
getSRMR.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 SRMR
[Package semPower version 2.1.0 Index]