From 0e9a2aea6ac9fc529dadd862852b83b7f0f7d442 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 27 Oct 2023 12:03:21 +0200 Subject: [PATCH] fix check issues --- R/check_residuals.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R/check_residuals.R b/R/check_residuals.R index 26f8a614a..3bd8441d2 100644 --- a/R/check_residuals.R +++ b/R/check_residuals.R @@ -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")