View source: R/fill_in_asymptotics_interventional_means.R
fill_in_asymptotics_interventional_means | R Documentation |
Fills in the Jacobian, the asymptotic covariance matrix, the asymptotic standard errors, and approximate z-values of the mean vector of the interventional distribution into the internal list. See, for example, Theorem 9 and Corollaries 10 and 11 in Gische and Voelkle (2022).
fill_in_asymptotics_interventional_means(internal_list = NULL)
internal_list |
A list with various information extracted from the model. |
The inputted list with several slots
in ..$interventional_distribution$means
filled in.
..$jacobian | The Jacobian matrix. | |
..$acov | The asymptotic covariance matrix. | |
..$ase | Asymptotic standard errors. | |
..$z_value | Approximate z-values. |
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.