

getResponse(nlme)                            R Documentation

_E_x_t_r_a_c_t _R_e_s_p_o_n_s_e _V_a_r_i_a_b_l_e _f_r_o_m _a_n _O_b_j_e_c_t

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

     This function is generic; method functions can be writ-
     ten to handle specific classes of objects. Classes
     which already have methods for this function include
     `data.frame', `gls', `lme', and `lmList'.

_U_s_a_g_e_:

     getResponse(object, form, data)

_A_r_g_u_m_e_n_t_s_:

  object: any object

    form: an optional two-sided formula. Defaults to `for-
          mula(object)'.

    data: a data frame in which to interpret the variables
          named in `form'. Optional for most methods.

_V_a_l_u_e_:

     will depend on the method function used; see the appro-
     priate documentation.

_A_u_t_h_o_r_(_s_)_:

     Jose Pinheiro and Douglas Bates

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

     `getResponseFormula'

_E_x_a_m_p_l_e_s_:

     ## see the method function documentation

