The R Project SVN R

Rev

Rev 61433 | Rev 65208 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61433 Rev 62209
Line 11... Line 11...
11
  Compute a (generalized) analysis of variance table for one or more
11
  Compute a (generalized) analysis of variance table for one or more
12
  multivariate linear models.
12
  multivariate linear models.
13
}
13
}
14
\usage{
14
\usage{
15
\method{anova}{mlm}(object, \dots,
15
\method{anova}{mlm}(object, \dots,
16
      test = c("Pillai", "Wilks", "Hotelling-Lawley", "Roy", "Spherical"),
16
      test = c("Pillai", "Wilks", "Hotelling-Lawley", "Roy",
-
 
17
               "Spherical"),
17
      Sigma = diag(nrow = p), T = Thin.row(proj(M) - proj(X)),
18
      Sigma = diag(nrow = p), T = Thin.row(proj(M) - proj(X)),
18
       M = diag(nrow = p), X = ~0,
19
      M = diag(nrow = p), X = ~0,
19
      idata = data.frame(index = seq_len(p)), tol = 1e-7)
20
      idata = data.frame(index = seq_len(p)), tol = 1e-7)
20
}
21
}
21
\arguments{
22
\arguments{
22
  \item{object}{an object of class \code{"mlm"}.}
23
  \item{object}{an object of class \code{"mlm"}.}
23
  \item{\dots}{further objects of class \code{"mlm"}.}
24
  \item{\dots}{further objects of class \code{"mlm"}.}