Calculate bootstrapped 95 percent confidence intervals around salmon escapement estimates

boot_escapement(dat, models)

Arguments

dat

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

models

a list of model output returned from model_escapement

Value

a list containing a summary of the bootstrapped estimates (summary) and the raw bootstrapped results (raw_boots)

Examples

if (FALSE) {
boot_escapement(dat, models)
}