Skip to content

Commit 99aa4b0

Browse files
committed
add example
1 parent b815670 commit 99aa4b0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

R/check_priors.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@
4545
#' Visualization in Bayesian Workflow. Journal of the Royal Statistical Society
4646
#' Series A: Statistics in Society, 182(2), 389–402. \doi{10.1111/rssa.12378}
4747
#'
48-
#' @examplesIf insight::check_if_installed("see", minimum_version = "0.9.1", quietly = TRUE)
48+
#' @examples
4949
#' \dontrun{
50-
#' # check_priors(model)
50+
#' model <- insight::download_model("stan_prior_checks_1")
51+
#' plot(check_priors(model, "mmse"))
5152
#' }
5253
#' @export
5354
check_priors <- function(model = NULL, ...) {

man/check_priors.Rd

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

0 commit comments

Comments
 (0)