retrieve_names | R Documentation |
This returns all the variables modeled within a multimedia object. This can be helpful for overviewing an experiment and is called by the print methods in this package. Also supports filtering to specific node types, e.g., mediators.
retrieve_names(object, nm)
object |
An object of class multimedia |
nm |
A string specifying the node type to filter down to, e.g., 'treatment' or 'mediator'. |
A character vector containing all the names of the variables of the
node type nm
.
exper <- demo_joy() |>
mediation_data("PHQ", "treatment", starts_with("ASV"))
multimedia(exper) |>
retrieve_names("mediator")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.