Coef                  package:nlme                  R Documentation

_A_s_s_i_g_n _V_a_l_u_e_s _t_o _C_o_e_f_f_i_c_i_e_n_t_s

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

     This function is generic; method functions can be written to
     handle specific classes of objects. Classes which already have
     methods for this function include all 'pdMat', 'corStruct', and 
     'varFunc' classes, 'reStruct', and 'modelStruct'.

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

     coef(object, ...) <-  value

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

  object: any object representing a fitted model, or, by default, any
          object with a 'coef' component.

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

   value: a value to be assigned to the coefficients associated with
          'object'.

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

     will depend on the method function; see the appropriate
     documentation.

_A_u_t_h_o_r(_s):

     Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates
     bates@stat.wisc.edu

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

     'coef'

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

     ## see the method function documentation

