Description Usage Arguments Value Examples
For the Rao two stage bootstrap
1 | CPUE.boot(cmat, B = 1000)
|
cmat |
A matrix containing the fish counts. Note: columns represent transects and rows represent sets within transects. |
B |
The number of bootstrap iterations. |
Returns a list where $CPUE_B is the ordinary bootstrapped sampling distribution and $CPUE_Bc is the bias corrected sampling distribution.
1 2 3 | ct_mat <- get.ct.mat("S:/Jordy/louiseOP2020/Data/CPUE.xls", "CPUEL")
ct_mat <- ct_mat[,-11]
CPUE.boot(ct_mat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.