responseGets              package:lme4              R Documentation

_M_o_d_i_f_y _t_h_e _r_e_s_p_o_n_s_e

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

     Modify the reponse in an object of a suitable class. This function
     is generic.

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

     response(x) <- value

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

       x: An object of a suitable class.

   value: updated response vector to assign to the object `x'.

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

     The object `x' with the response updated.

_M_e_t_h_o_d_s:

     _x = _r_e_S_t_r_u_c_t, _v_a_l_u_e = _m_a_t_r_i_x modify the response in an `reStruct'
          object

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

     `reStruct-class'

