fill_in_C: Fill Matrix of Structural Coefficients in List

View source: R/fill_in_C.R

fill_in_CR Documentation

Fill Matrix of Structural Coefficients in List

Description

Extracts the structural coefficient matrix from a fitted structural equation model and fills them into the internal list. Supported objects types: causalSEM.

Usage

fill_in_C(internal_list = NULL)

Arguments

internal_list

A list with various information extracted from the model.

Value

The inputted list with slots in the sublist ..$C filled in:

..$values: Numeric matrix containing parameter values of matrix of structural coefficients.
..$labels: Character matrix containing parameter labels of matrix of structural coefficients.
(NA for unlabeled parameters, NULL if labels can not be extracted.)

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.