From 29a1be4328351d7c1693b274b6638d4e6d7506c5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 1 Jul 2023 11:03:22 +0200 Subject: [PATCH] examples --- R/eti.R | 2 +- man/eti.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)