

logLik {nls}                                 R Documentation

_E_x_t_r_a_c_t _L_o_g_-_L_i_k_e_l_i_h_o_o_d

_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', `gls', `lm', `lme', `lmList', `lmeStruct',
     `reStruct', and `varFunc'.

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

     logLik(object, ...)

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

  object: any object from which a log-likelihood value, or a
          contribution to a log-likelihood value, 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

