Learn R Programming

semPower (version 2.1.1)

getSRMR.Sigma: 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)

Value

Returns SRMR

Arguments

SigmaHat

model implied covariance matrix

S

observed (or population) covariance matrix

muHat

model implied mean vector

mu

observed (or population) mean vector