View source: R/control_logistic.R
control_logistic | R Documentation |
This is an auxiliary function for controlling arguments for logistic regression models.
conf_level
refers to the confidence level used for the Odds Ratio CIs.
control_logistic(response_definition = "response", conf_level = 0.95)
response_definition |
( |
conf_level |
( |
A list of components with the same names as the arguments.
# Standard options.
control_logistic()
# Modify confidence level.
control_logistic(conf_level = 0.9)
# Use a different response definition.
control_logistic(response_definition = "I(response %in% c('CR', 'PR'))")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.