View source: R/get_all_path_effects.R
Calculates individual, direct, indirect, and total effects based on the connecting path effects calculated for the nodes.
1 | get_all_path_effects(model)
|
a list of lists with elements: TODO: needs more specifics on structure of return value.
"individual"=all_individual_effects,
( list of matrices )
"direct"=all_direct_effects,
( list of matrices )
"indirect"=all_indirect_effects,
( list of matrices )
"total"=all_total_effects,
( list of matrices )
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.