model_escapement | R Documentation |
Model salmon escapement using photo and video counts
model_escapement(dat, saveit = FALSE, output)
dat |
a data frame containing formatted salmon count data returned by |
saveit |
whether to save the results as a RData object |
output |
if |
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
)
## Not run:
model_escapement(input = "./data/derived/dat.Rdata")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.