sr {FLCore}R Documentation

Stock-recruitment model function

Description

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.

Usage

        sr(sr, ...)

Arguments

sr An FLSR object.
... Other parameters, depending on the model selected.

Value

An object of class FLSR-class

Author(s)

The FLR Team

See Also

FLSR-class


[Package FLCore version 2.2 Index]