outcomes-set: Set Outcomes This is an setter method for outcomes in an S4...

outcomes<-R Documentation

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

Description

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

Usage

outcomes(object) <- value

Arguments

object

An object whose outcomes slot to modify.

value

The new outcome values to set within object.

Value

Modifies the outcomes slot of the input object in place.

Examples

exper <- demo_joy() |>
    mediation_data("PHQ", "treatment", starts_with("ASV"))
outcomes(exper) <- data.frame(new_PHQ = rnorm(100))

multimedia documentation built on Sept. 30, 2024, 9:28 a.m.