Skip to content

Commit

Permalink
implements the wish of vegandevs#677 to change the default test from …
Browse files Browse the repository at this point in the history
…a sequential test to an omnibus test
  • Loading branch information
gavinsimpson committed Aug 16, 2024
1 parent 3adf766 commit a6b45f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/adonis.R
Original file line number Diff line number Diff line change
@@ -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, ...)
{
Expand Down

0 comments on commit a6b45f5

Please sign in to comment.