pretreatments: Access Pretreatments

pretreatmentsR Documentation

Access Pretreatments

Description

This is an getter method for pretreatments in an S4 object, usually of class mediation_data.

Usage

pretreatments(object)

Arguments

object

An object whose pretreatments slot to modify.

Value

The output depends on the S4 class of the input object. If it is a multimedia model object, it will return a character vector of the outcome variable names. Otherwise it returns the outcome data.

Examples

exper <- demo_joy() |>
    mediation_data("PHQ", "treatment", starts_with("ASV"))
pretreatments(exper)

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