Skip to contents

Create a new outcome model object

Usage

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

Arguments

outcome

Character string specifying the outcome type.

Character string specifying the link function.

Value

An object of class outcome_model.

Examples

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