View source: R/calculate_jacobian_C.R
calculate_jacobian_C | R Documentation |
Calculates the Jacobian of the vectorized matrix of structural coefficients (C-matrix). The Jacobian is defined as the partial derivative with respect to the parameters vector theta of distinct and functionally unrelated parameters.
calculate_jacobian_C(internal_list = NULL)
internal_list |
A list with various information extracted from the model. |
The inputted list with the slot ..$derivative
in the sublist ..$C
filled in:
..$derivative : | Numeric matrix containing the Jacobian of the vectorized C 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.