View source: R/calculate_ase_interventional_variances.R
calculate_ase_interventional_variances | R Documentation |
Calculates the asysmptotic covariance matrix, the aysmptotic standard errors, and the approximate z-values of the of the interventional variances for a specific interventional level.
calculate_ase_interventional_variances(
model,
x,
intervention_names,
outcome_names,
verbose
)
model |
internal_list or object of class causalSEM |
x |
interventional level |
intervention_names |
names of interventional variables |
outcome_names |
name of outcome variable |
verbose |
verbosity of console outputs |
The asysmptotic covariance matrix, the aysmptotic standard errors, and the approximate z-values of the the interventional variances for a specific interventional level. (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.