sr                  package:FLCore                  R Documentation

_S_t_o_c_k-_r_e_c_r_u_i_t_m_e_n_t _m_o_d_e_l _f_u_n_c_t_i_o_n

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

     The 'sr()' function acts as a front end to the various functions
     available that implement fitting mechanisms for various
     stock/recruitment models.  'fmle' is called if a likelihood
     function is present in the _logl_  slot, otherwise 'nls' is used
     instead.

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

             sr(sr, ...)

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

      sr: An FLSR object.

     ...: Other parameters, depending on the model selected.

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

     An object of class 'FLSR-class'

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

     The FLR Team

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

     'FLSR-class'

