intervals                package:nlme                R Documentation

_C_o_n_f_i_d_e_n_c_e _I_n_t_e_r_v_a_l_s _o_n _C_o_e_f_f_i_c_i_e_n_t_s

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

     Confidence intervals on the parameters associated with the model
     represented by 'object' are obtained. This function is generic;
     method functions can be written to handle specific classes of
     objects. Classes which already have methods for this function
     include: 'gls', 'lme', and 'lmList'.

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

     intervals(object, level, ...)

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

  object: a fitted model object from which parameter estimates can be
          extracted.

   level: an optional numeric value for the interval confidence level.
          Defaults to 0.95.

     ...: some methods for the generic may require additional
          arguments.

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

     will depend on the method function used; 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:

     'intervals.gls', 'intervals.lme', 'intervals.lmList'

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

     ## see the method documentation

