View source: R/bootstrap_discard.R
boostrap_discard | R Documentation |
Bootstrap non-catch share data
boostrap_discard(
dir = NULL,
data,
boot_number = boot_number,
boot_variable = "r_port_group",
seed_number = NULL
)
dir |
Directory location to save files. |
data |
A data frame of WCGOP catch data filtered down to non-catch share data. |
boot_number |
The number of bootstraps to conduct |
boot_variable |
The column name to do the inner sampling across. |
seed_number |
The seed number. |
Bootstrap samples across year, fleet, and return port group.
Chantel Wetzel, Allan Hicks, and Jason Jannot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.