Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 1, 2023
1 parent 9267f84 commit 29a1be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/eti.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion man/eti.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29a1be4

Please sign in to comment.