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 / coefficients < prev    next >
Encoding:
Text File  |  1997-04-23  |  811 b   |  29 lines

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