getSRMR.Sigma: getSRMR.Sigma

View source: R/effectSizes.R

getSRMR.SigmaR 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


semPower documentation built on Nov. 15, 2023, 1:08 a.m.