powered by
Set Treatments This is an setter method for treatments in an S4 object, usually of class mediation_data.
treatments(object) <- value
Modifies the treatments slot of the input object in place.
An object whose treatments slot to modify.
The new treatment values to set within object.
exper <- demo_joy() |> mediation_data("PHQ", "treatment", starts_with("ASV")) treatments(exper) <- data.frame(new_treatment = rnorm(100))
Run the code above in your browser using DataLab