corMatrix                package:lme4                R Documentation

_G_e_n_e_r_a_t_e _t_h_e _c_o_r_r_e_l_a_t_i_o_n _m_a_t_r_i_x

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

     This generic function generates a correlation matrix from an
     object of a suitable class.

     This function is deprecated.  Use coersion to the `corrmatrix'
     class instead.

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

     corMatrix(object, ...)

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

  object: An object of a suitable class

     ...: Some methods for this generic take additional, optional
          arguments.

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

     An object of class `corrmatrix'.

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

     `corrmatrix-class'

