Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 3, 2023
1 parent bdc7313 commit 7a269cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/weighted_posteriors.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#'
#' @examples
#' \donttest{
#' if (require("rstanarm") && require("see")) {
#' if (require("rstanarm") && require("see") && interactive()) {
#' stan_m0 <- suppressWarnings(stan_glm(extra ~ 1,
#' data = sleep,
#' family = gaussian(),
Expand Down Expand Up @@ -72,7 +72,7 @@
#'
#'
#' ## weighted prediction distributions via data.frames
#' if (require("rstanarm")) {
#' if (require("rstanarm") && interactive()) {
#' m0 <- suppressWarnings(stan_glm(
#' mpg ~ 1,
#' data = mtcars,
Expand Down
4 changes: 2 additions & 2 deletions man/weighted_posteriors.Rd

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

0 comments on commit 7a269cf

Please sign in to comment.