The R Project SVN R

Rev

Rev 85997 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85997 Rev 88585
Line 27... Line 27...
27
\value{
27
\value{
28
  A matrix which is the original \code{table}, augmented by a column
28
  A matrix which is the original \code{table}, augmented by a column
29
  of test statistics, depending on the \code{test} argument.
29
  of test statistics, depending on the \code{test} argument.
30
}
30
}
31
\references{
31
\references{
32
  Hastie, T. J. and Pregibon, D. (1992)
32
  \bibshow{R:Hastie+Pregibon:1992}}
33
  \emph{Generalized linear models.}
-
 
34
  Chapter 6 of \emph{Statistical Models in S}
-
 
35
  eds J. M. Chambers and T. J. Hastie, Wadsworth & Brooks/Cole.
-
 
36
}
-
 
37
\seealso{\code{\link{anova.lm}}, \code{\link{anova.glm}}.}
33
\seealso{\code{\link{anova.lm}}, \code{\link{anova.glm}}.}
38
\examples{
34
\examples{
39
##-- Continued from '?glm':
35
##-- Continued from '?glm':
40
\dontshow{utils::example("glm", echo = FALSE)}
36
\dontshow{utils::example("glm", echo = FALSE)}
41
print(ag <- anova(glm.D93))
37
print(ag <- anova(glm.D93))