Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 24, 2024
1 parent 0bd8bd6 commit fa39115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/estimate_predicted.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@
#' # Bayesian models
#' \donttest{
#' if (require("rstanarm")) {
#' model <- rstanarm::stan_glm(mpg ~ wt, data = mtcars, refresh = 0, iter = 200)
#' model <- suppressWarnings(rstanarm::stan_glm(
#' mpg ~ wt, data = mtcars, refresh = 0, iter = 200
#' ))
#' estimate_response(model)
#' estimate_relation(model)
#' }
Expand Down
4 changes: 3 additions & 1 deletion man/estimate_expectation.Rd

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

0 comments on commit fa39115

Please sign in to comment.