The R Project SVN R

Rev

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

Rev 25360 Rev 27447
Line 6... Line 6...
6
\alias{summary.matrix}
6
\alias{summary.matrix}
7
\title{Object Summaries}
7
\title{Object Summaries}
8
\description{
8
\description{
9
  \code{summary} is a generic function used to produce result summaries
9
  \code{summary} is a generic function used to produce result summaries
10
  of the results of various model fitting functions.  The function
10
  of the results of various model fitting functions.  The function
11
  invokes particular \code{\link{methods}} which depend on the
11
  invokes particular \code{\link[utils]{methods}} which depend on the
12
  \code{\link[base]{class}} of the first argument.
12
  \code{\link[base]{class}} of the first argument.
13
}
13
}
14
\usage{
14
\usage{
15
summary(object, \dots)
15
summary(object, \dots)
16
 
16
 
Line 34... Line 34...
34
    most frequent levels is shown, where the less frequent levels are
34
    most frequent levels is shown, where the less frequent levels are
35
    summarized in \code{"(Others)"} (resulting in \code{maxsum} frequencies).
35
    summarized in \code{"(Others)"} (resulting in \code{maxsum} frequencies).
36
 
36
 
37
    The functions \code{summary.lm} and \code{summary.glm} are examples
37
    The functions \code{summary.lm} and \code{summary.glm} are examples
38
    of particular methods which summarise the results produced by
38
    of particular methods which summarise the results produced by
39
    \code{\link{lm}} and \code{\link{glm}}.
39
    \code{\link[stats]{lm}} and \code{\link[stats]{glm}}.
40
}
40
}
41
\value{
41
\value{
42
    The form of the value returned by \code{summary} depends on the
42
    The form of the value returned by \code{summary} depends on the
43
    class of its argument.  See the documentation of the particular
43
    class of its argument.  See the documentation of the particular
44
    methods for details of what is produced by that method.
44
    methods for details of what is produced by that method.
45
}
45
}
46
\seealso{
46
\seealso{
47
  \code{\link{anova}},
47
  \code{\link[stats]{anova}},
48
  \code{\link{summary.glm}},
48
  \code{\link[stats]{summary.glm}},
49
  \code{\link{summary.lm}}.
49
  \code{\link[stats]{summary.lm}}.
50
}
50
}
51
\references{
51
\references{
52
  Chambers, J. M. and Hastie, T. J. (1992)
52
  Chambers, J. M. and Hastie, T. J. (1992)
53
  \emph{Statistical Models in S}.
53
  \emph{Statistical Models in S}.
54
  Wadsworth \& Brooks/Cole.
54
  Wadsworth \& Brooks/Cole.