Names                  package:nlme                  R Documentation

_N_a_m_e_s _A_s_s_o_c_i_a_t_e_d _w_i_t_h _a_n _O_b_j_e_c_t

_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: 'formula', 'modelStruct',
     'pdBlocked', 'pdMat', and 'reStruct'.

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

     Names(object, ...)
     Names(object, ...) <- value

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

  object: any object for which names can be extracted and/or assigned.

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

   value: names to be assigned to 'object'.

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

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

_S_I_D_E _E_F_F_E_C_T_S:

     On the left side of an assignment, sets the names associated with
     'object' to 'value', which must have an appropriate length.

_N_o_t_e:

     If 'names' were generic, there would be no need for this generic
     function.

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

     'Names.formula', 'Names.pdMat'

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

     ## see the method function documentation

