
Accessor for Outcome Models
outcome_models(object)
A list containing all the fitted outcome models.
An object of class multimedia whose outcome model estimates we would like to extract.
data(mindfulness)
exper <- mediation_data(
mindfulness,
phyloseq::taxa_names(mindfulness),
"treatment",
starts_with("mediator"),
"subject"
)
m <- multimedia(exper)
outcome_models(m)
Run the code above in your browser using DataLab