Skip to content

Commit

Permalink
fix RD
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 15, 2023
1 parent 464f91b commit 4faeee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/check_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NULL
#' There is a `plot()` method, which shows the probabilities of all predicted
#' distributions, however, only if the probability is greater than zero.
#'
#' @examplesIf require("lme4") && require("parameters")
#' @examplesIf require("lme4") && require("parameters") && require("randomForest")
#' data(sleepstudy, package = "lme4")
#' model <<- lme4::lmer(Reaction ~ Days + (Days | Subject), sleepstudy)
#' check_distribution(model)
Expand Down
2 changes: 1 addition & 1 deletion man/check_distribution.Rd

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

0 comments on commit 4faeee9

Please sign in to comment.