View source: R/calculate_jacobian_interventional_density.R
calculate_jacobian_interventional_density | R Documentation |
Calculate the Jacobian of the probability density function (pdf) of the Interventional distributionfor a specific interventional level and a specific value in the range of the outcome variable.
calculate_jacobian_interventional_density(
model,
x,
y,
intervention_names,
outcome_names,
verbose
)
model |
internal_list or object of class causalSEM |
x |
interventional level |
y |
value in the range of the outcome variable |
intervention_names |
names of interventional variables |
outcome_names |
name of outcome variable |
verbose |
verbosity of console outputs |
calculate_jacobian_interventional_density
returns the
Jacobian of interventional probability density function (numeric value)
as defined in Eq. 18c (p. 17)
Gische, C., Voelkle, M.C. (2021) Beyond the mean: a flexible framework for studying causal effects using linear models. Psychometrika (advanced online publication). 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.