Confint                package:Rcmdr                R Documentation

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

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

     Except for glm objects, where a method is provided that provides
     intervals optionally based on the Wald statistic, this generic
     function simply calls 'confint' in the 'stats' package via its
     default method.

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

     Confint(object, parm, level = 0.95, ...)

     ## S3 method for class 'glm':
     Confint(object, parm, level=0.95, type=c("LR", "Wald"), ...)

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

  object: a model object.

    parm: which parameters to use, defaults to all.

   level: level of confidence, defaulting to 0.95.

    type: for a glm object, confidence interval based on the profile
          likelihood (the default) or the Wald statistic.

     ...: arguments to be passed down to methods.

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

     dependent upon the method called.

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

     John Fox jfox@mcmaster.ca

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

     'confint'

