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 / residuals < prev    next >
Encoding:
Text File  |  1997-04-23  |  825 b   |  30 lines

  1.     
  2.     _E_x_t_r_a_c_t _M_o_d_e_l _R_e_s_i_d_u_a_l_s
  3.     
  4.          residuals(x, ...)
  5.          resid(x, ...)
  6.     
  7.     _A_r_g_u_m_e_n_t_s:
  8.     
  9.                x : an object for which the extraction of model
  10.                    residuals is meaningful.
  11.     
  12.              ... : other arguments.
  13.     
  14.     _D_e_s_c_r_i_p_t_i_o_n:
  15.     
  16.          residuals is a generic function which extracts model
  17.          residuals from objects returned by modeling functions.
  18.          The abbreviated form resid is intended to encourage
  19.          users to access object components through an accessor
  20.          function rather than by directly referencing an object
  21.          slot.
  22.     
  23.          All object classes which are returned by model fitting
  24.          functions should provide a residuals method.
  25.     
  26.     _S_e_e _A_l_s_o:
  27.     
  28.          coefficients, fitted.values, glm, lm.
  29.     
  30.