An internal function to generate bootstrapped confidence intervals around salmon escapement estimates

bootit(year1, dat, models)

Arguments

year1

a numeric value indicating the year of data to bootstrap

dat

a data frame containing formatted salmon count data returned by import_format()

models

a list of model output returned from model_escapement

Value

bootstrapped estimates

Examples

if (FALSE) {
bootit(2015)
}