From 0f566683901a03978059deb069d79967a6113e6d Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 20 Mar 2024 18:25:12 +0100 Subject: [PATCH] docs --- R/simulate_residuals.R | 2 +- man/simulate_residuals.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}{