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(x, ...)

_D_e_t_a_i_l_s:

     There are methods for classes `"aovlist"', and `"terms"'
     `"formula"' (see `terms.formula'): the default method just
     extracts the `terms' component of the object (if any).

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

     An object of class `c("terms", "formula")' which contains the
     terms representation of a symbolic model. See `terms.object' for
     its structure.

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

     `terms.object', `terms.formula', `lm', `glm', `formula'.

