View source: R/calculate_ase_interventional_probabilities.R
calculate_ase_interventional_probabilities | R Documentation |
Calculates the asysmptotic covariance matrix, the aysmptotic standard errors, and the approximate z-values of the interventional probabilities for a specific interventional level and a specific range (lower_bounds, upper_bounds) of the outcome variables.
calculate_ase_interventional_probabilities(
model,
x,
intervention_names,
outcome_names,
lower_bounds,
upper_bounds,
verbose
)
model |
internal_list or object of class causalSEM |
x |
interventional levels |
intervention_names |
names of interventional variables |
outcome_names |
names of outcome variables |
lower_bounds |
numeric with lower bounds |
upper_bounds |
numeric with upper bounds |
verbose |
verbosity of console outputs |
Asysmptotic covariance matrix, the aysmptotic standard errors, and the approximate z-values of the the interventional interventional probabilities for a specific interventional level and a specific range (lower_bounds, upper_bounds) of the outcome variables. (see Corollaries, 10, 11 in Gische and Voelkle, 2021).
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.