boot_escapement.Rd
Calculate bootstrapped 95 percent confidence intervals around salmon escapement estimates
boot_escapement(dat, models)
a data frame containing formatted salmon count data returned by import_format()
a list of model output returned from model_escapement
a list containing a summary of the bootstrapped estimates (summary
) and the raw bootstrapped results (raw_boots
)
if (FALSE) {
boot_escapement(dat, models)
}