Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 15, 2024
1 parent 3d0663e commit 5d68703
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/check_overdispersion.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
#' section *How can I deal with overdispersion in GLMMs?*. Note that this
#' function only returns an *approximate* estimate of an overdispersion
#' parameter, and is probably inaccurate for zero-inflated mixed models (fitted
#' with `glmmTMB`).
#' with `glmmTMB`). In such cases, it is recommended to use `simulate_residuals()`
#' first, followed by `check_overdispersion()` to check for overdispersion, e.g.:
#' `check_overdispersion(simulate_residuals(model))`.
#'
#' @section How to fix Overdispersion:
#' Overdispersion can be fixed by either modeling the dispersion parameter, or
Expand Down
4 changes: 3 additions & 1 deletion man/check_overdispersion.Rd

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

0 comments on commit 5d68703

Please sign in to comment.