plot-methods             package:stats4             R Documentation

_M_e_t_h_o_d_s _f_o_r _F_u_n_c_t_i_o_n '_p_l_o_t' _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:

     Plot profile likelihoods for '"mle"' objects.

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

     ## S4 method for signature 'profile.mle, missing':
     plot(x, levels, conf = c(99, 95, 90, 80, 50)/100, nseg = 50,
          absVal = TRUE, ...)

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

       x: an object of class '"profile.mle"' 

  levels: levels, on the scale of the absolute value of a t statistic,
          at which to interpolate intervals.  Usually 'conf' is used
          instead of giving 'levels' explicitly.

    conf: a numeric vector of confidence levels for profile-based
          confidence intervals on the parameters.

    nseg: an integer value giving the number of segments to use in the
          spline interpolation of the profile t curves.

  absVal: a logical value indicating whether or not the plots should be
          on the scale of the absolute value of the profile t. Defaults
          to 'TRUE'.

     ...: other arguments to the 'plot' function can be passed here.

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


     _x = "_A_N_Y", _y = "_A_N_Y" Generic function: see 'plot'.

     _x = "_p_r_o_f_i_l_e._m_l_e", _y = "_m_i_s_s_i_n_g" Plot likelihood profiles for 'x'.

