Learn R Programming

multimedia (version 0.2.0)

treatments<-: Set Treatments This is an setter method for treatments in an S4 object, usually of class mediation_data.

Description

Set Treatments This is an setter method for treatments in an S4 object, usually of class mediation_data.

Usage

treatments(object) <- value

Value

Modifies the treatments slot of the input object in place.

Arguments

object

An object whose treatments slot to modify.

value

The new treatment values to set within object.

Examples

Run this code
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