Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 22, 2024
1 parent af64d2e commit 5a48ab5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/check_predictions.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#' of frequentist models (e.g., `lm`, `merMod`, `glmmTMB`, ...). For Bayesian
#' models, the model is passed to [`bayesplot::pp_check()`].
#'
#' If `check_model()` doesn't work as expected, try setting `verbose = TRUE`
#' to get hints about possible problems.
#'
#' @param object A statistical model.
#' @param iterations The number of draws to simulate/bootstrap.
#' @param check_range Logical, if `TRUE`, includes a plot with the minimum
Expand Down Expand Up @@ -53,6 +56,9 @@
#' package that imports **bayesplot** such as **rstanarm** or **brms**)
#' is loaded, `pp_check()` is also available as an alias for `check_predictions()`.
#'
#' If `check_model()` doesn't work as expected, try setting `verbose = TRUE` to
#' get hints about possible problems.
#'
#' @family functions to check model assumptions and and assess model quality
#'
#' @references
Expand Down
6 changes: 6 additions & 0 deletions man/check_predictions.Rd

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

0 comments on commit 5a48ab5

Please sign in to comment.