- model
a model to be attached/tidied
- tidy_fun
option to specify a custom tidier function
- conf.int
should confidence intervals be computed? (see broom::tidy())
- conf.level
level of confidence for confidence intervals (default: 95%)
- exponentiate
logical indicating whether or not to exponentiate the
coefficient estimates. This is typical for logistic, Poisson and Cox models,
but a bad idea if there is no log or logit link; defaults to FALSE.
- variable_labels
a named list or a named vector of custom variable labels
- term_labels
a named list or a named vector of custom term labels
- interaction_sep
separator for interaction terms
- categorical_terms_pattern
a glue pattern for
labels of categorical terms with treatment or sum contrasts
(see model_list_terms_levels())
- disambiguate_terms
should terms be disambiguated with
tidy_disambiguate_terms()? (default TRUE)
- disambiguate_sep
separator for tidy_disambiguate_terms()
- add_reference_rows
should reference rows be added?
- no_reference_row
variables (accepts tidyselect notation)
for those no reference row should be added, when add_reference_rows = TRUE
- add_pairwise_contrasts
apply tidy_add_pairwise_contrasts()?
![[Experimental]](figures/lifecycle-experimental.svg?package=broom.helpers&version=1.14.0)
- pairwise_variables
variables to add pairwise contrasts
(accepts tidyselect notation)
- keep_model_terms
keep original model terms for variables where
pairwise contrasts are added? (default is FALSE)
- pairwise_reverse
determines whether to use "pairwise" (if TRUE)
or "revpairwise" (if FALSE), see emmeans::contrast()
- contrasts_adjust
optional adjustment method when computing contrasts,
see emmeans::contrast() (if NULL, use emmeans default)
- emmeans_args
list of additional parameter to pass to
emmeans::emmeans() when computing pairwise contrasts
- add_estimate_to_reference_rows
should an estimate value be added
to reference rows?
- add_header_rows
should header rows be added?
- show_single_row
variables that should be displayed
on a single row (accepts tidyselect notation), when
add_header_rows is TRUE
- add_n
should the number of observations be added?
- intercept
should the intercept(s) be included?
- include
variables to include. Accepts tidyselect
syntax. Use - to remove a variable. Default is everything().
See also all_continuous(), all_categorical(), all_dichotomous()
and all_interaction()
- keep_model
should the model be kept as an attribute of the final
result?
- quiet
logical argument whether broom.helpers should not return
a message when requested output cannot be generated. Default is FALSE
- strict
logical argument whether broom.helpers should return an error
when requested output cannot be generated. Default is FALSE
- ...
other arguments passed to tidy_fun()