
Get the contrasts of a model and format them for reporting
Source:R/modelling_tools.R
report_contrast.Rd
Get the contrasts of a model and format them for reporting
Arguments
- model
A fitted model object.
- formula
A formula specifying the variables for which to get the contrasts. See
?emmeans::emmeans
for details.- ...
Additional arguments passed to
get_contrast()
.