model_escapement.RdModel salmon escapement using photo and video counts
model_escapement(dat, saveit = FALSE, output)a data frame containing formatted salmon count data returned by import_format()
whether to save the results as a RData object
if saveit = TRUE, the directory path to where to save the returned results
a list containing a list of model output (models), a data frame of associated AIC values (aic_table), and the top model based on AIC (top_model)
if (FALSE) {
model_escapement(input = "./data/derived/dat.Rdata")
}