View source: R/coef.causalSEM.R
coef.causalSEM | R Documentation |
coef method for class "causalSEM".
## S3 method for class 'causalSEM'
coef(x, what = "means")
x |
an object of class "causalSEM", usually, a result of a call to intervention_effect. |
what |
string indicating what type of coefficients are to be returned. 'means' returns interventional means, 'var' returns interventional variances, and 'varcov' returns interventional variances and covariances as numeric vectors. 'varcov_matrix' returns interventional variances and covariances as a matrix. |
coef.causalSEM
numeric vector or matrix.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.