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")