profile-methods            package:stats4            R Documentation

_M_e_t_h_o_d_s _f_o_r _F_u_n_c_t_i_o_n _p_r_o_f_i_l_e _i_n _P_a_c_k_a_g_e '_s_t_a_t_s_4'

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

     Profile likelihood for '"mle"' objects.

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

     ## S4 method for signature 'mle':
     profile(fitted, which = 1:p, maxsteps = 100, alpha = 0.01,
             zmax = sqrt(qchisq(1 - alpha, 1L)), del = zmax/5,
             trace = FALSE, ...)

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

  fitted: Object to be profiled

   which: Optionally select subset of parameters to profile.

maxsteps: Maximum number of steps to bracket 'zmax'.

   alpha: Significance level corresponding to 'zmax', based on a
          Scheffe-style multiple testing interval.  Ignored if 'zmax'
          is specified.

    zmax: Cutoff for the profiled value of the signed root-likelihood.

     del: Initial stepsize on root-likelihood scale.

   trace: Logical. Print intermediate results.

     ...: Currently unused.

_D_e_t_a_i_l_s:

     The profiling algoritm tries to find an approximately evenly
     spaced set of at least five parameter values (in each direction
     from the optimum) to cover   the root-likelihood function. Some
     care is taken to try and get sensible results in cases of high
     parameter curvature. Notice that it may not always be possible to
     obtain the cutoff value, since the likelihood might level off.

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

     An object of class '"profile.mle"', see  '"profile.mle-class"'.

_M_e_t_h_o_d_s:


     _f_i_t_t_e_d = "_A_N_Y" Generic function: see 'profile'.

     _f_i_t_t_e_d = "_m_l_e" Profile the likelihood in the vicinity of the
          optimum of an '"mle"' object.

