View source: R/FUNCTION_calcMCMCRickerBM.R
calcMCMCRickerBM | R Documentation |
This function calculates calculates standard biological benchmarks (Smsy, Seq, Smax, Umsy),
applying the subroutines calcRickerSmsy
, calcRickerSgen
,
and calcRickerOtherBM
with user-specified settings.
calcMCMCRickerBM(
fit_obj,
sr.scale = 10^6,
Smsy.method = "Scheuerell2016",
Sgen.method = "Connorsetal2022",
drop.resids = TRUE
)
fit_obj |
a list object are not used (RpS, Qual, ExpF etc) |
sr.scale |
one of "HoltOgden2013", "samSim", "Connorsetal2022","BruteForce". Default is "Connorsetal2022" |
Smsy.method |
one of "Hilborn1985","Petermanetal2000","Scheuerell2016","BruteForce". Default is "Scheuerell2016". |
drop.resids |
if TRUE, exclude the annual residuals from the output |
ricker.bm <- calcMCMCRickerBM(SR_Sample[SR_Sample$Stock == "Stock1",],min.obs = 10)
print(ricker.bm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.