fill_in_constant_matrices: Fill in Zero-One Matrices to List

View source: R/fill_in_constant_matrices.R

fill_in_constant_matricesR Documentation

Fill in Zero-One Matrices to List

Description

Fill in constant zero-one matrices used for the computation of the interventional distribution into the internal list (see, for example, Definition 1 in Gische and Voelkle, 2022).

Usage

fill_in_constant_matrices(internal_list = NULL)

Arguments

internal_list

A list with information extracted from the model.

Value

The inputted list with several slots in ..$constant_matrices filled in.

$select_intervention
$select_non_intervention
$select_outcome
$eliminate_intervention
$duplication_matrix
$elimination_matrix
$commutation_matrix

References

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


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