Skip to content

Commit 397c178

Browse files
committed
Change DHARMa default to test_uniformity = FALSE
Simulation testing shows these shouldn't be trusted
1 parent 9a56831 commit 397c178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/dharma.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
#' }
117117

118118
dharma_residuals <- function(simulated_response, object, plot = TRUE,
119-
return_DHARMa = FALSE, test_uniformity = TRUE, test_outliers = FALSE,
119+
return_DHARMa = FALSE, test_uniformity = FALSE, test_outliers = FALSE,
120120
test_dispersion = FALSE, ...) {
121121

122122
if (!requireNamespace("DHARMa", quietly = TRUE)) {

man/dharma_residuals.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)