slice                 package:bbmle                 R Documentation

_C_a_l_c_u_l_a_t_e _l_i_k_e_l_i_h_o_o_d "_s_l_i_c_e_s"

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

     Computes a cross-section of a multi-dimensional likelihood surface

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

     slice(fitted, ...)

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

  fitted: a fitted object of class 'mle'

     ...: other arguments: which etc.

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

     still a stub.

_N_o_t_e:

     Slices provide a lighter-weight way to explore likelihood surfaces
     than profiles, since they vary a single parameter rather than

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

     Ben Bolker

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

     'profile'

