Compute estimated contrasts from models.
# S3 method for stanreg
get_contrasts(fit, formula = NULL, CI = 90,
ROPE_bounds = NULL, overlap = FALSE, ...)
A Bayesian model.
A character vector (formula like format, i.e., including interactions or nesting terms) specifying the names of the predictors over which EMMs are desired.
Determine the confidence or credible interval bounds.
Optional bounds of the ROPE for Bayesian models.
Set to TRUE to add Overlap index (for Bayesian models).
Arguments passed to or from other methods.