profile                package:stats                R Documentation

_G_e_n_e_r_i_c _F_u_n_c_t_i_o_n _f_o_r _P_r_o_f_i_l_i_n_g _M_o_d_e_l_s

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

     Investigates behavior of objective function near the solution
     represented by 'fitted'.

     See documentation on method functions for further details.

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

     profile(fitted, ...)

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

  fitted: the original fitted model object.

     ...: additional parameters. See documentation on individual
          methods.

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

     A list with an element for each parameter being profiled. See the
     individual methods for further details.

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

     'profile.nls', 'profile.glm' in package 'MASS', ...

     For profiling code, see 'Rprof'.

