fill_in_Psi | R Documentation |
Extracts the covariance matrix (Psi-matrix) from a fitted SEM model and fills it into the internal list.
fill_in_Psi(internal_list = NULL)
internal_list |
A list with various information extracted from the model. |
The inputted list with slots in the sublist ..$Psi
filled in:
..$values : | numeric matrix containing parameter values of covariance matrix. | |
..$labels : | character matrix containing parameter labels of covariance matrix. |
Gische, C., Voelkle, M.C. (2022) Beyond the Mean: A Flexible Framework for Studying Causal Effects Using Linear Models. Psychometrika 87, 868–901. https://doi.org/10.1007/s11336-021-09811-z variance parameters are stored in lavaan's psi matrix (covariance of the latent errors) and the theta matrix (covariance of the manifest errors) is empty.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.