pretreatments<- | R Documentation |
Set Pretreatments This is an setter method for pretreatments in an S4 object, usually of class mediation_data.
pretreatments(object) <- value
object |
An object whose pretreatments slot to modify. |
value |
The new pretreatment values to set within object. |
Modifies the pretreatments slot of the input object in place.
exper <- demo_joy() |>
mediation_data("PHQ", "treatment", starts_with("ASV"))
pretreatments(exper) <- data.frame(new_var = rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.