diff --git a/R/simulate_residuals.R b/R/simulate_residuals.R index 3154cf94d..0a4832077 100644 --- a/R/simulate_residuals.R +++ b/R/simulate_residuals.R @@ -26,7 +26,7 @@ #' @details This function is a small wrapper around [`DHARMa::simulateResiduals()`]. #' It basically only sets `plot = FALSE` and adds an additional class attribute #' (`"performance_sim_res"`), which allows using the DHARMa object in own plotting -#' functions in the **see** package. See also `vignette("DHARMa")`. There is a +#' functions from the **see** package. See also `vignette("DHARMa")`. There is a #' `plot()` method to visualize the distribution of the residuals. #' #' @section Tests based on simulated residuals: diff --git a/man/simulate_residuals.Rd b/man/simulate_residuals.Rd index ba7ffcd79..938f8b0d2 100644 --- a/man/simulate_residuals.Rd +++ b/man/simulate_residuals.Rd @@ -40,7 +40,7 @@ where the residuals are not expected to be normally distributed. This function is a small wrapper around \code{\link[DHARMa:simulateResiduals]{DHARMa::simulateResiduals()}}. It basically only sets \code{plot = FALSE} and adds an additional class attribute (\code{"performance_sim_res"}), which allows using the DHARMa object in own plotting -functions in the \strong{see} package. See also \code{vignette("DHARMa")}. There is a +functions from the \strong{see} package. See also \code{vignette("DHARMa")}. There is a \code{plot()} method to visualize the distribution of the residuals. } \section{Tests based on simulated residuals}{