getWLSv {semPower} | R Documentation |
getWLSv
Description
Computes the WLS weight matrix as the asymptotic covariance matrix of the sample statistics
Usage
getWLSv(S, mu = NULL, diag = FALSE)
Arguments
S |
observed (or population) covariance matrix |
mu |
observed (or population) mean vector |
diag |
weight matrix for DWLS |
Value
Returns V
[Package semPower version 2.1.0 Index]