bootstrapSR | R Documentation |
Definition ...
bootstrapSR(
x,
iters = 100,
method = c("best", "logLik", "relative"),
models = c("bevholt", "ricker", "segreg"),
verbose = TRUE,
...
)
x |
An object of class 'FLStock'. |
models |
Name(s) of model(s) to fit, 'character'. See Details. |
verbose |
Should progress be reported, 'logical'. |
iter |
Number of bootstrap iterations, 'numeric'. |
The returned 'FLPar' object contains
A list with elements An object or class 'FLPar' containing the estimated paramaters.
Iago Mosqueira (WMR)
FLSR, linksrrTMB
data(ple4)
mods <- bootstrapSR(ple4, iter=50, model=c("bevholt", "segreg"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.