Skip to content

Commit

Permalink
less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 16, 2024
1 parent bc328d5 commit f5ebb72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/rope.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,15 @@
#' rope(emtrends(model, ~1, "wt"), ci = c(0.90, 0.95))
#'
#' library(brms)
#' model <- brm(mpg ~ wt + cyl, data = mtcars)
#' model <- brm(mpg ~ wt + cyl, data = mtcars, refresh = 0)
#' rope(model)
#' rope(model, ci = c(0.90, 0.95))
#'
#' library(brms)
#' model <- brm(
#' bf(mvbind(mpg, disp) ~ wt + cyl) + set_rescor(rescor = TRUE),
#' data = mtcars
#' data = mtcars,
#' refresh = 0
#' )
#' rope(model)
#' rope(model, ci = c(0.90, 0.95))
Expand Down
5 changes: 3 additions & 2 deletions man/rope.Rd

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

0 comments on commit f5ebb72

Please sign in to comment.