[Vegan-commits] r217 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Feb 16 15:16:33 CET 2008
Author: jarioksa
Date: 2008-02-16 15:16:33 +0100 (Sat, 16 Feb 2008)
New Revision: 217
Modified:
pkg/man/adonis.Rd
pkg/man/mrpp.Rd
Log:
Merged r215 from branches/1.11-0
Modified: pkg/man/adonis.Rd
===================================================================
--- pkg/man/adonis.Rd 2008-02-16 13:50:31 UTC (rev 216)
+++ pkg/man/adonis.Rd 2008-02-16 14:16:33 UTC (rev 217)
@@ -7,7 +7,8 @@
\description{Analysis of variance using distance matrices --- for
partitioning distance matrices among sources of variation and fitting
- linear models to distance matrices.}
+ linear models (e.g., factors, polynomial regression) to distance
+ matrices.}
\usage{
adonis(formula, data, permutations = 5, method = "bray",
@@ -15,7 +16,7 @@
contr.ordered = "contr.poly", ...)
}
-\arguments{
+\arguments{
\item{formula}{a typical model formula such as \code{Y ~ A + B*C}, but
where \code{Y} is either a dissimilarity object (inheriting from
class \code{"dist"}) or data frame or a matrix; \code{A}, \code{B}, and
@@ -43,7 +44,7 @@
linear predictors, and a response matrix of an arbitrary number of
columns (2 to millions), it is a robust alternative to both parametric
MANOVA and to ordination methods for describing how variation is
-atributed to different experimental treatments or uncontrolled
+attributed to different experimental treatments or uncontrolled
covariates. It is also analogous to redundancy analysis (Legendre and
Anderson 1999).
Modified: pkg/man/mrpp.Rd
===================================================================
--- pkg/man/mrpp.Rd 2008-02-16 13:50:31 UTC (rev 216)
+++ pkg/man/mrpp.Rd 2008-02-16 14:16:33 UTC (rev 217)
@@ -77,9 +77,9 @@
\item{E.delta}{expected delta, under the null hypothesis of no group
structure. This is the mean of the permuted deltas.}
\item{Pvalue}{Significance of the test.}
- \item{A}{A chance-corrected estimated of the distances explained by
- group identity; a value analogous to a coefficient of determination
- in a linear model.}
+ \item{A}{A chance-corrected estimate of the proportion of the distances
+ explained by group identity; a value analogous to a coefficient of
+ determination in a linear model.}
\item{distance}{Choice of distance metric used; the "method" entry of
the dist object.}
\item{weight.type}{The choice of group weights used.}
More information about the Vegan-commits
mailing list