getResponseFormula           package:nlme           R Documentation

_E_x_t_r_a_c_t _F_o_r_m_u_l_a _S_p_e_c_i_f_y_i_n_g _R_e_s_p_o_n_s_e _V_a_r_i_a_b_l_e

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

     The left hand side of 'formula{object}' is returned as a one-sided
     formula.

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

     getResponseFormula(object)

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

  object: any object from which a formula can be extracted.

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

     a one-sided formula with the response variable associated with
     'formula{object}'.

_A_u_t_h_o_r(_s):

     Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates
     bates@stat.wisc.edu

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

     'getResponse'

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

     getResponseFormula(y ~ x | g)

