

   OObbjjeecctt SSuummmmaarriieess

        summary(object, ...)

   AArrgguummeennttss::

     object: an object for which a summary is desired.

        ...: additional arguments affecting the summary pro-
             duced.

   DDeessccrriippttiioonn::

        `summary' is a generic function used to produce result
        summaries of the results of various model fitting func-
        tions.  The function invokes particular methods which
        depend on the class of the first argument.

        The functions `summary.lm' and `summary.glm' are exam-
        ples of particular methods which summarise the results
        produced by `lm' and `glm'.

   VVaalluuee::

        The form of the value returned by `summary' depends on
        the class of its argument.  See the documentation of
        the particular methods for details of what is produced
        by that method.

   SSeeee AAllssoo::

        `anova', `summary.glm', `summary.lm'.

