outcomes-set-mediation_data-method: Set the Outcomes in a Mediation Data Object

outcomes<-,mediation_data-methodR Documentation

Set the Outcomes in a Mediation Data Object

Description

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 replacement method for signature 'mediation_data'
outcomes(object) <- value

Arguments

object

An object of class mediation_data.

value

The new outcome values for the object.

Value

A version of object whose outcomes slot has been replaced.

Examples

exper <- demo_joy() |>
    mediation_data("PHQ", "treatment", starts_with("ASV"))
outcomes(exper) <- data.frame(y = 1:10)
exper

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