Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 2, 2023
1 parent 1d786a8 commit 5c70a4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/p_direction.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@
#' # emmeans
#' # -----------------------------------------------
#' if (require("emmeans")) {
#' p_direction(emtrends(model, ~1, "wt", data = mtcars))
#' p_direction(suppressWarnings(
#' emtrends(model, ~1, "wt", data = mtcars))
#' )
#' }
#'
#' # brms models
Expand Down
4 changes: 3 additions & 1 deletion man/p_direction.Rd

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

0 comments on commit 5c70a4e

Please sign in to comment.