Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardszoecs committed Jul 2, 2015
1 parent e658b80 commit bdc9e78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 4 additions & 1 deletion man/anova.cca.Rd
Expand Up @@ -145,7 +145,10 @@

\value{
The function \code{anova.cca} calls \code{permutest.cca} and fills an
\code{\link{anova}} table.
\code{\link{anova}} table. Additional attributes are
\code{Random.seed} (the random seeds used),
\code{\link[=how]{control}} (the permutation design) and
\code{F.perm} (the permutet test statistics).
}

\note{
Expand Down
11 changes: 5 additions & 6 deletions man/permustats.Rd
Expand Up @@ -2,6 +2,7 @@
\alias{permustats}
\alias{permustats.adonis}
\alias{permustats.anosim}
\alias{permustats.anova.cca}
\alias{permustats.CCorA}
\alias{permustats.envfit}
\alias{permustats.factorfit}
Expand Down Expand Up @@ -91,13 +92,11 @@ permustats(x, ...)
arguments to their underlying functions; see their documentation.

The \code{permustats} can extract permutation statistics from the
results of \code{\link{adonis}}, \code{\link{anosim}},
\code{\link{mantel}}, \code{\link{mantel.partial}},
results of \code{\link{adonis}}, \code{\link{anosim}},
\code{\link{anova.cca}}, \code{\link{mantel}}, \code{\link{mantel.partial}},
\code{\link{mrpp}}, \code{\link{oecosimu}}, \code{\link{ordiareatest}},
\code{\link{permutest.cca}}, \code{\link{protest}}, and
\code{\link{permutest.betadisper}}. NB, there is no \code{permustats}
method for \code{\link{anova.cca}}, but only for
\code{\link{permutest.cca}}.
\code{\link{permutest.betadisper}}.

}

Expand All @@ -115,7 +114,7 @@ permustats(x, ...)
Jari Oksanen with contributions from Gavin L. Simpson
(\code{permustats.permutest.betadisper} method and related
modifications to \code{summary.permustats} and the \code{print}
method.
method) and Eduard Szöcs (\code{permustats.anova.cca).}
}

\seealso{
Expand Down

0 comments on commit bdc9e78

Please sign in to comment.