calculate_ase_interventional_variances: Calculate Asymptotics of the Interventional Variances

View source: R/calculate_ase_interventional_variances.R

calculate_ase_interventional_variancesR Documentation

Calculate Asymptotics of the Interventional Variances

Description

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.

Usage

calculate_ase_interventional_variances(
  model,
  x,
  intervention_names,
  outcome_names,
  verbose
)

Arguments

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

Value

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).

References

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


christian-gische/causalSEM documentation built on April 26, 2023, 10:36 p.m.