home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / summary < prev    next >
Encoding:
Text File  |  1997-04-23  |  970 b   |  35 lines

  1.     
  2.     _O_b_j_e_c_t _S_u_m_m_a_r_i_e_s
  3.     
  4.          summary(object, ...)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.           object : an object for which a summary is desired.
  9.     
  10.              ... : additional arguments affecting the summary
  11.                    produced.
  12.     
  13.     _D_e_s_c_r_i_p_t_i_o_n:
  14.     
  15.          summary is a generic function used to produce result
  16.          summaries of the results of various model fitting func-
  17.          tions.  The function invokes particular methods which
  18.          depend on the class of the first argument.
  19.     
  20.          The functions summary.lm and summary.glm are examples
  21.          of particular methods which summarise the results pro-
  22.          duced by lm and glm.
  23.     
  24.     _V_a_l_u_e:
  25.     
  26.          The form of the value returned by summary depends on
  27.          the class of its argument.  See the documentation of
  28.          the particular methods for details of what is produced
  29.          by that method.
  30.     
  31.     _S_e_e _A_l_s_o:
  32.     
  33.          anova, summary.glm, summary.lm.
  34.     
  35.