CPUE.boot: For the Rao two stage bootstrap

Description Usage Arguments Value Examples

View source: R/cpueBoot.R

Description

For the Rao two stage bootstrap

Usage

1
CPUE.boot(cmat, B = 1000)

Arguments

cmat

A matrix containing the fish counts. Note: columns represent transects and rows represent sets within transects.

B

The number of bootstrap iterations.

Value

Returns a list where $CPUE_B is the ordinary bootstrapped sampling distribution and $CPUE_Bc is the bias corrected sampling distribution.

Examples

1
2
3
ct_mat <- get.ct.mat("S:/Jordy/louiseOP2020/Data/CPUE.xls", "CPUEL")
ct_mat <- ct_mat[,-11]
CPUE.boot(ct_mat)

jBernardADFG/LakeLouiseBurbotOP2020 documentation built on March 25, 2020, 12:06 a.m.