diff --git a/R/check_zeroinflation.R b/R/check_zeroinflation.R index 170c0d302..5f87941f3 100644 --- a/R/check_zeroinflation.R +++ b/R/check_zeroinflation.R @@ -30,7 +30,7 @@ #' #' @section Tests based on simulated residuals: #' For certain models, resp. model from certain families, tests are based on -#' simulated residuals (see [`simulate_residual()`]). These are usually more +#' simulated residuals (see [`simulate_residuals()`]). These are usually more #' accurate for testing such models than the traditionally used Pearson residuals. #' However, when simulating from more complex models, such as mixed models or #' models with zero-inflation, there are several important considerations. diff --git a/man/check_overdispersion.Rd b/man/check_overdispersion.Rd index 5d89e6735..e150a81b0 100644 --- a/man/check_overdispersion.Rd +++ b/man/check_overdispersion.Rd @@ -79,7 +79,7 @@ negative binomial, see \emph{Gelman and Hill (2007), pages 115-116}). \section{Tests based on simulated residuals}{ For certain models, resp. model from certain families, tests are based on -simulated residuals (see \code{\link[=simulate_residual]{simulate_residual()}}). These are usually more +simulated residuals (see \code{\link[=simulate_residuals]{simulate_residuals()}}). These are usually more accurate for testing such models than the traditionally used Pearson residuals. However, when simulating from more complex models, such as mixed models or models with zero-inflation, there are several important considerations. diff --git a/man/check_zeroinflation.Rd b/man/check_zeroinflation.Rd index 51b353e80..7a4da3945 100644 --- a/man/check_zeroinflation.Rd +++ b/man/check_zeroinflation.Rd @@ -54,7 +54,7 @@ is internally called if necessary. \section{Tests based on simulated residuals}{ For certain models, resp. model from certain families, tests are based on -simulated residuals (see \code{\link[=simulate_residual]{simulate_residual()}}). These are usually more +simulated residuals (see \code{\link[=simulate_residuals]{simulate_residuals()}}). These are usually more accurate for testing such models than the traditionally used Pearson residuals. However, when simulating from more complex models, such as mixed models or models with zero-inflation, there are several important considerations.