Skip to content

Commit

Permalink
fix check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 27, 2023
1 parent 542ea79 commit 0e9a2ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/check_residuals.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#' misspecification problems, such as over/underdispersion, zero-inflation, and
#' residual spatial and temporal autocorrelation.
#'
#' @param x An object returned by [`simulated_residuals()`].
#' @param ... Passed down to [`DHARMa::testUniformity()`]
#'
#' @export
check_residuals <- function(x, ...) {
insight::check_if_installed("DHARMa")
Expand Down

0 comments on commit 0e9a2ae

Please sign in to comment.