From a6b45f5954629df311157fc33312d254b8982caa Mon Sep 17 00:00:00 2001 From: Gavin Simpson Date: Fri, 16 Aug 2024 12:04:22 +0200 Subject: [PATCH] implements the wish of #677 to change the default test from a sequential test to an omnibus test --- R/adonis.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/adonis.R b/R/adonis.R index bf708e5bc..a9c4bffc6 100644 --- a/R/adonis.R +++ b/R/adonis.R @@ -1,6 +1,6 @@ `adonis2` <- function(formula, data, permutations = 999, method = "bray", - sqrt.dist = FALSE, add = FALSE, by = "terms", + sqrt.dist = FALSE, add = FALSE, by = NULL, parallel = getOption("mc.cores"), na.action = na.fail, strata = NULL, ...) {