Create a new outcome model object.
Usage
outcome_model(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 <- outcome_model(outcome = "continuous", link = "identity")