bootstrapSR: Bootstrap fits of mutliple stock-recruits relationships

View source: R/bootstrap.R

bootstrapSRR Documentation

Bootstrap fits of mutliple stock-recruits relationships

Description

Definition ...

Usage

bootstrapSR(
  x,
  iters = 100,
  method = c("best", "logLik", "relative"),
  models = c("bevholt", "ricker", "segreg"),
  verbose = TRUE,
  ...
)

Arguments

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'.

Details

The returned 'FLPar' object contains

Value

A list with elements An object or class 'FLPar' containing the estimated paramaters.

Author(s)

Iago Mosqueira (WMR)

See Also

FLSR, linksrrTMB

Examples

data(ple4)
mods <- bootstrapSR(ple4, iter=50, model=c("bevholt", "segreg"))

flr/FLSRTMB documentation built on April 17, 2025, 11:02 a.m.