edges,multimedia-method | R Documentation |
This is an accessor to the edges slot in a multimedia object. It is the internal representation of the variable conditional dependence graph encoded by the mediation model's DAG.
## S4 method for signature 'multimedia'
edges(object)
object |
An object of class multimedia. |
A data.frame whose rows give edges in the mediation analysis DAG.
exper <- demo_joy() |>
mediation_data("PHQ", "treatment", starts_with("ASV"))
multimedia(exper) |>
edges()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.