Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 14, 2023
1 parent 0781788 commit bac16db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions R/check_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@
#' m <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)
#' check_model(m, panel = FALSE)
#' }
#'
#' if (require("rstanarm")) {
#' m <- stan_glm(mpg ~ wt + gear, data = mtcars, chains = 2, iter = 200)
#' check_model(m)
#' }
#' }
#' @export
check_model <- function(x, ...) {
Expand Down
5 changes: 0 additions & 5 deletions man/check_model.Rd

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

0 comments on commit bac16db

Please sign in to comment.