outcome_models | R Documentation |
Accessor for Outcome Models
outcome_models(object)
object |
An object of class multimedia whose outcome model estimates we would like to extract. |
A list containing all the fitted outcome models.
data(mindfulness)
exper <- mediation_data(
mindfulness,
phyloseq::taxa_names(mindfulness),
"treatment",
starts_with("mediator"),
"subject"
)
m <- multimedia(exper)
outcome_models(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.