| FLSR {FLCore} | R Documentation |
Class for stock-recruitment models, based on FLModel-class. Two extra
FLQuant-class slots are used for input data: rec for the
recruitment series, and ssb for Spawning Stock Biomass or any other index of
reproductive potential.
All the main methods for this class are inherited from FLModel-class,
although the plot method is specific to FLSR, and methods exist to access the specific
FLQuant slots, rec and ssb.
A series of commonly-used stock-recruitment models are already available, including the
correspodning likelihood functions and calculation of initial values. See
SRModels for more details and the exact formulation implemented for each
of them.
character.character.numeric.FLQuant.FLQuant.FLQuant.FLQuant.FLQuants.formula.function.function.function.FLPar.logLik.array.list.FLModel-class, except for
signature(x=FLSR,y=missing) The FLR Team
# NS Herring stock-recruitment dataset data(nsher) # already fitted with a Ricker SR model summary(nsher) plot(nsher) # change model model(nsher) <- bevholt() # fit through MLE nsher <- fmle(nsher) plot(nsher)