OutcomeModel: Create a New Outcome Model Object

View source: R/utils.R

OutcomeModelR Documentation

Create a New Outcome Model Object

Description

Create a New Outcome Model Object

Usage

OutcomeModel(outcome = "continuous", link = NULL)

Arguments

outcome

Character string specifying the outcome type.

link

Character string specifying the link function.

Value

An object of class outcome_model.

Examples

my_model <- OutcomeModel(outcome = "continuous", link = "identity")

stochtree documentation built on June 30, 2026, 5:09 p.m.