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 / terms < prev    next >
Encoding:
Text File  |  1997-04-23  |  567 b   |  25 lines

  1.     
  2.     _M_o_d_e_l _T_e_r_m_s
  3.     
  4.          terms(object, ...)
  5.          terms.formula(formula.obj, keep.order=FALSE)
  6.          terms.terms(terms.obj)
  7.          terms.default(anything)
  8.     
  9.     _D_e_s_c_r_i_p_t_i_o_n:
  10.     
  11.          The function terms is a generic function which can be
  12.          used to extract terms objects from various kinds of R
  13.          data objects.
  14.     
  15.     _V_a_l_u_e:
  16.     
  17.          All the functions above produce an object of class
  18.          terms which contains the terms representation of a sym-
  19.          bolic model.
  20.     
  21.     _S_e_e _A_l_s_o:
  22.     
  23.          lm, glm, formula.
  24.     
  25.