View source: R/model_get_offset.R
| model_get_offset | R Documentation |
This function does not cover lavaan models (NULL is returned).
model_get_offset(model)
## Default S3 method:
model_get_offset(model)
model |
(a model object, e.g. |
Other model_helpers:
model_compute_terms_contributions(),
model_get_assign(),
model_get_coefficients_type(),
model_get_contrasts(),
model_get_model(),
model_get_model_frame(),
model_get_model_matrix(),
model_get_n(),
model_get_nlevels(),
model_get_pairwise_contrasts(),
model_get_response(),
model_get_response_variable(),
model_get_terms(),
model_get_weights(),
model_get_xlevels(),
model_identify_variables(),
model_list_contrasts(),
model_list_higher_order_variables(),
model_list_terms_levels(),
model_list_variables()
mod <- glm(
response ~ trt + offset(log(ttdeath)),
gtsummary::trial,
family = poisson
)
mod |> model_get_offset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.