terms                  package:base                  R Documentation

_M_o_d_e_l _T_e_r_m_s

_D_e_s_c_r_i_p_t_i_o_n:

     The function `terms' is a generic function which can be used to
     extract terms objects from various kinds of R data objects.

_U_s_a_g_e:

     terms(object, ...)
     terms.formula(formula.obj, keep.order=FALSE)
     terms.terms(terms.obj)
     terms.default(anything)

_V_a_l_u_e:

     All the functions above produce an object of class `terms' which
     contains the terms representation of a symbolic model.

_S_e_e _A_l_s_o:

     `lm', `glm', `formula'.

