[Vegan-commits] r2764 - pkg/vegan/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Nov 27 18:41:07 CET 2013
Author: jarioksa
Date: 2013-11-27 18:41:07 +0100 (Wed, 27 Nov 2013)
New Revision: 2764
Modified:
pkg/vegan/R/anovacca.byterm.R
Log:
anovacca.bymargin did not pass ... to the permutest.cca workhorse
Modified: pkg/vegan/R/anovacca.byterm.R
===================================================================
--- pkg/vegan/R/anovacca.byterm.R 2013-11-26 08:02:15 UTC (rev 2763)
+++ pkg/vegan/R/anovacca.byterm.R 2013-11-27 17:41:07 UTC (rev 2764)
@@ -62,7 +62,7 @@
## the difference against the complete model.
mods <- lapply(trmlab, function(nm, ...)
permutest(update(object, paste(".~.-", nm)),
- permutations, ...))
+ permutations, ...), ...)
## Chande in df
Df <- sapply(mods, function(x) x$df[2]) - dfbig
## F of change
More information about the Vegan-commits
mailing list