refit                 package:simex                 R Documentation

_C_h_a_n_g_i_n_g _t_h_e _f_i_t_t_i_n_g _m_e_t_h_o_d

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

     Refits the object of class SIMEX or MCSIMEX with a different
     extrapolation function and returns an object of the same class
     with the new estimates.

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

     refit(object, fitting.method = "quad", asymptotic = TRUE, jackknife = "quad")

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

  object: object of class SIMEX or MCSIMEX

fitting.method: the new fitting method for for the extrapolation step

asymptotic: logical, indicating whether asymptotic variance estimation
          should be done. (Only possible if done in the original model)

jackknife: specifying the extrapolation method for jackknife variance
          estimation. Can be set to FALSE if it should not be performed
          (Only possible if done in the original model)

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

     object of class SIMEX or MCSIMEX

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

     Wolfgang Lederer

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

     'simex','mcsimex'

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

      # continues example from mcsimex()
      # refit(simex.model,"line")

