View source: R/FUNCTION_BiolBM_Subroutines_OtherBM.R
calcRickerOtherBM | R Documentation |
This function calculates Smax and Seq for Ricker a,b parameters. Note: This function DOES NOT apply bias correction on alpha. Whether the output is bias-corrected estimates or not depends on the par set provided by the user. This keeps the parameter estimation and benchmark calculation steps clearly separated, given on-going debates around the bias correction.
calcRickerOtherBM(X, sr.scale = 1, out.type = "Full")
X |
a data frame with columns ln.alpha, beta |
sr.scale |
scalar applied to SR data in the model fitting step, need it here to scale up the Sgen values |
out.type |
either "BMOnly" or "Full" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.