getSRMR.Sigma.mgroups {semPower} | R Documentation |
getSRMR.Sigma.mgroups
Description
Computes SRMR given the model-implied and the observed (or population) covariance matrix for multiple group models using the Hu & Bentler approach to standardization and the MPlus approach to multiple group sampling weights (weight squared sums of residuals).
Usage
getSRMR.Sigma.mgroups(SigmaHat, S, muHat = NULL, mu = NULL, N)
Arguments
SigmaHat |
a list of model implied covariance matrices |
S |
a list of observed (or population) covariance matrices |
muHat |
model implied mean vector |
mu |
observed (or population) mean vector |
N |
a list of group weights |
Value
Returns SRMR
[Package semPower version 2.1.0 Index]