get_offset_name | R Documentation |
These functions get information and data from regression models.
get_offset_name(model)
get_weights(model, data)
get_data(model, formula = NULL, warn = TRUE, ...)
get_response_name(model, ...)
model |
The model (e.g., |
data |
For |
formula |
The formula for |
warn |
For |
... |
Arguments passed to |
get_data()
: The data used to fit the model.
get_response_name()
: The name of the response variable.
get_offset_name()
: The name of the offset variable.
get_weights()
: A list with weights_name
, the name of the weighting
variable, and weights
, the weights themselves (or all 1 when there are
no weights).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.