Skip to contents

This is an setter method for the mediators slot in a mediation data object. It lets you supply a new mediators data.frame for the object.

Usage

# S4 method for class 'mediation_data'
mediators(object) <- value

Arguments

object

An object of class mediation_data.

value

The new mediators values for the object.

Value

A version of object whose mediators slot has been replaced.

Examples

exper <- demo_joy() |>
    mediation_data("PHQ", "treatment", starts_with("ASV"))
mediators(exper) <- data.frame(m = 1:10)
exper
#> [Mediation Data] 
#> 100 samples with measurements for, 
#> 1 treatment: treatment 
#> 1 mediator: m 
#> 1 outcome: PHQ