Skip to content

Commit 0a428da

Browse files
committed
docs
1 parent 7daf12d commit 0a428da

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

R/check_predictions.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
#' options are appropriate for models with discrete - binary, integer or ordinal
3737
#' etc. - outcomes).
3838
#' @param verbose Toggle warnings.
39-
#' @param ... Passed down to `simulate()`.
39+
#' @param ... Additional arguments passed on to downstream functions. For
40+
#' frequentist models, these are forwarded to `simulate()`; for Bayesian models
41+
#' (e.g., `stanreg`, `brmsfit`), they are forwarded to `bayesplot::pp_check()`.
4042
#'
4143
#' @return A data frame of simulated responses and the original response vector.
4244
#'

man/check_predictions.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)