

logDet(nlme)                                 R Documentation

_E_x_t_r_a_c_t _t_h_e _L_o_g_a_r_i_t_h_m _o_f _t_h_e _D_e_t_e_r_m_i_n_a_n_t

_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:
     `corStruct', several `pdMat' classes, and `reStruct'.

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

     logDet(object, ...)

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

  object: any object from which a matrix, or list of matri-
          ces, 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

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

     `logLik'

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

     ## see the method function documentation

