bootit.Rd
An internal function to generate bootstrapped confidence intervals around salmon escapement estimates
bootit(year1, dat, models)
a numeric value indicating the year of data to bootstrap
a data frame containing formatted salmon count data returned by import_format()
a list of model output returned from model_escapement
bootstrapped estimates
if (FALSE) {
bootit(2015)
}