From 08eb9e05b6de3be3f8b374cd666555d26ce239ad Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 14 Mar 2024 08:16:59 +0100 Subject: [PATCH] fix --- R/check_residuals.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/check_residuals.R b/R/check_residuals.R index 86d918777..0dcfc9e56 100644 --- a/R/check_residuals.R +++ b/R/check_residuals.R @@ -41,7 +41,7 @@ check_residuals.performance_simres <- function(x, alternative <- match.arg(alternative) ts <- suppressWarnings( stats::ks.test( - stats::residuals(simulated_residuals), + stats::residuals(x), "punif", alternative = alternative, ...