Set the Outcomes in a Mediation Data Object
Source:R/lookup.R
outcomes-set-mediation_data-method.Rd
This is an setter method for the outcomes slot in a mediation data object. It lets you supply a new outcomes data.frame for the object.
Usage
# S4 method for class 'mediation_data'
outcomes(object) <- value
Examples
exper <- demo_joy() |>
mediation_data("PHQ", "treatment", starts_with("ASV"))
outcomes(exper) <- data.frame(y = 1:10)
exper
#> [Mediation Data]
#> 10 samples with measurements for,
#> 1 treatment: treatment
#> 5 mediators: ASV1, ASV2, ...
#> 1 outcome: y