calculate_jacobian_interventional_means_backup | R Documentation |
Calculate Jacobian of the interventional mean Vector for a specific interventional level (see, for example, Eq. 18a in Gische and Voelkle, 2022).
calculate_jacobian_interventional_means_backup(
model = NULL,
x = NULL,
intervention_names = NULL,
outcome_names = NULL,
verbose = NULL
)
model |
Object of class |
x |
Numveric vector of interventional levels. |
intervention_names |
Character vector of names of interventional variables. |
outcome_names |
Character vector of names of outcome variables. |
verbose |
Integer number setting verbosity of console outputs. |
The Jacobian of interventional mean vector (numeric matrices) as defined in Eq. 18a in Gische and Voelkle (2022).
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.