Skip to content

Commit 7708e5d

Browse files
committed
air-formatting
1 parent 94e2f45 commit 7708e5d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

R/check_model_diagnostics.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,11 @@
315315
# at boundaries (when DHARMa residuals are exactly 0 or 1). The value 7
316316
# is chosen as a practical upper bound: qnorm(0.9999997) ~= 7, making
317317
# it an extreme but interpretable value on the standard normal scale.
318-
res <- stats::residuals(simres, quantile_function = stats::qnorm, outlier_values = c(-7, 7))
318+
res <- stats::residuals(
319+
simres,
320+
quantile_function = stats::qnorm,
321+
outlier_values = c(-7, 7)
322+
)
319323
data.frame(
320324
Predicted = predicted,
321325
Residuals = res,

0 commit comments

Comments
 (0)