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 / fitted.values < prev    next >
Encoding:
Text File  |  1997-04-23  |  875 b   |  32 lines

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