| sr {FLCore} | R Documentation |
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.
sr(sr, ...)
sr |
An FLSR object. |
... |
Other parameters, depending on the model selected. |
An object of class FLSR-class
The FLR Team