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 April 29, 2026, 1:08 a.m.