diff --git a/R/eti.R b/R/eti.R index 04d47498d..73dd68725 100644 --- a/R/eti.R +++ b/R/eti.R @@ -31,7 +31,7 @@ #' eti(model, ci = c(0.80, 0.89, 0.95)) #' #' library(emmeans) -#' eti(emtrends(model, ~1, "wt", data = mtcars)) +#' eti(suppressWarning(emtrends(model, ~1, "wt", data = mtcars))) #' #' library(brms) #' model <- brms::brm(mpg ~ wt + cyl, data = mtcars) diff --git a/man/eti.Rd b/man/eti.Rd index 96e6cf4eb..ca7b555f4 100644 --- a/man/eti.Rd +++ b/man/eti.Rd @@ -139,7 +139,7 @@ eti(model) eti(model, ci = c(0.80, 0.89, 0.95)) library(emmeans) -eti(emtrends(model, ~1, "wt", data = mtcars)) +eti(suppressWarning(emtrends(model, ~1, "wt", data = mtcars))) library(brms) model <- brms::brm(mpg ~ wt + cyl, data = mtcars)