addTrapRate | R Documentation |
Combine weekly data with trap rate data, and determine which trap rate estimates are invalid
addTrapRate(
lgr_weekly = NULL,
trap_rate = NULL,
trap_rate_dist = c("beta", "logit")
)
lgr_weekly |
dataframe containing weekly summaries of window counts and trap data. Part of what is returned by |
trap_rate |
dataframe containing estimates of trap rate |
trap_rate_dist |
distributional form for trap rate prior. |
Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.