matrixGets               package:lme4               R Documentation

_A_s_s_i_g_n _t_h_e _m_a_t_r_i_x

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

     This generic function assigns the matrix to an object of a
     suitable class, such as the `pdMat' class.

     This function is deprecated.  Use a coerced assignment instead.

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

     matrix(object) <- value

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

  object: An object of a suitable class

   value: A matrix of a suitable size and family.

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

     An object of the same class as `object'.

