The R Project SVN R

Rev

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

Rev 61160 Rev 61168
Line 11... Line 11...
11
}
11
}
12
\alias{stat.anova}
12
\alias{stat.anova}
13
\arguments{
13
\arguments{
14
 \item{table}{numeric matrix as results from
14
 \item{table}{numeric matrix as results from
15
   \code{\link{anova.glm}(\dots, test = NULL)}.}
15
   \code{\link{anova.glm}(\dots, test = NULL)}.}
16
 \item{test}{a character string, matching one of \code{"Rao"}, \code{"LRT"},\code{"Chisq"},
16
 \item{test}{a character string, matching one of \code{"Rao"},
17
   \code{"F"} or \code{"Cp"}.}
17
   \code{"LRT"}, \code{"Chisq"}, \code{"F"} or \code{"Cp"}.}
18
 \item{scale}{a residual mean square or other scale estimate to be used
18
 \item{scale}{a residual mean square or other scale estimate to be used
19
   as the denominator in an F test.}
19
   as the denominator in an F test.}
20
 \item{df.scale}{degrees of freedom corresponding to \code{scale}.}
20
 \item{df.scale}{degrees of freedom corresponding to \code{scale}.}
21
 \item{n}{number of observations.}
21
 \item{n}{number of observations.}
22
}
22
}