| OutcomeModel | R Documentation |
Create a New Outcome Model Object
OutcomeModel(outcome = "continuous", link = NULL)
outcome |
Character string specifying the outcome type. |
link |
Character string specifying the link function. |
An object of class outcome_model.
my_model <- OutcomeModel(outcome = "continuous", link = "identity")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.