bonito_boot {fishboot} | R Documentation |
Bootstrapped growth estimates for the bonito data set
Description
Bootstrapped growth estimates for the bonito age-growth data calculated using the grotag_boot as this:
data("bonito", package = "fishmethods") grotag_boot(input.data = bonito, alpha = 35, beta = 55, design = list(nu = 1, m = 1,p = 1, sea = 1), stvalue = list(sigma = 0.9, nu = 0.4, m = -1, p = 0.2, u = 0.4, w = 0.4), upper = list(sigma = 5, nu = 1, m = 2, p = 0.5, u = 1, w = 1), lower = list(sigma = 0, nu = 0, m = -2, p = 0.0, u = 0, w = 0), control = list(maxit = 1e4), seed = 1234, nresamp = 100, cc.only = TRUE)
Usage
bonito_boot
Format
bonito_boot
A grotagBoot
object with four columns: Linf
, K
,
PhiL
, u
, w
and seed
.
[Package fishboot version 1.0.2 Index]