

corFactor(nlme)                              R Documentation

_F_a_c_t_o_r _o_f _a _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 function is generic; method functions can be writ-
     ten to handle specific classes of objects. Classes
     which already have methods for this function include
     all `corStruct' classes.

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

     corFactor(object, ...)

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

  object: an object from which a correlation matrix can be
          extracted.

     ...: some methods for this generic function require
          additional arguments.

_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

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

     ## see the method function documentation

