home *** CD-ROM | disk | FTP | other *** search
-
- _O_b_j_e_c_t _S_u_m_m_a_r_i_e_s
-
- summary(object, ...)
-
- _A_r_g_u_m_e_n_t_s:
-
- object : an object for which a summary is desired.
-
- ... : additional arguments affecting the summary
- produced.
-
- _D_e_s_c_r_i_p_t_i_o_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 examples
- of particular methods which summarise the results pro-
- duced by lm and glm.
-
- _V_a_l_u_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_e_e _A_l_s_o:
-
- anova, summary.glm, summary.lm.
-
-