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 / anova < prev    next >
Encoding:
Text File  |  1997-04-23  |  895 b   |  33 lines

  1.     
  2.     _A_n_o_v_a _T_a_b_l_e_s
  3.     
  4.          anova(object, ...)
  5.          print(anova.object)
  6.     
  7.     _A_r_g_u_m_e_n_t_s:
  8.     
  9.           object : an object containing the results returned by
  10.                    a model fitting function (e.g. lm or glm).
  11.     
  12.              ... : additional objects of the same type.
  13.     
  14.     _V_a_l_u_e:
  15.     
  16.          This (generic) function returns an object of class
  17.          anova.  These objects represent analysis-of-variance
  18.          and analysis-of-deviance tables.  When given a single
  19.          argument it produces a table which tests whether the
  20.          model terms are significant.
  21.     
  22.          When given a sequence of objects, anova tests the
  23.          models against one another in the order specified.
  24.     
  25.          The print method for anova objects prints tables in a
  26.          ``pretty'' form.
  27.     
  28.     _S_e_e _A_l_s_o:
  29.     
  30.          coefficients, effects, fitted.values, residuals, sum-
  31.          mary.
  32.     
  33.