gamma_est_nt {semTests} | R Documentation |
Normal theory gamma matrix
Description
Code obtained from lavaan
:
https://github.com/yrosseel/lavaan/blob/6f047c800206d23f246d484b9522295257614222/R/lav_matrix.R
Usage
gamma_est_nt(sigma)
Arguments
sigma |
Covariance matrix of the data. |
Details
Calculate the gamma matrix from a matrix of observations.
Value
Normal theory gamma matrix.
[Package semTests version 0.5.0 Index]