

intervals(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 esti-
          mates can be extracted.

   level: an optional numeric value for the interval confi-
          dence level. Defaults to 0.95.

     ...: some methods for the generic may require addi-
          tional 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_:

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

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

     ## see the method documentation

