View source: R/prep_jags_cjs.R
prep_jags_cjs | R Documentation |
Prepares a list of data to be fed into a Bayesian CJS model
prep_jags_cjs(
cap_hist_wide = NULL,
tag_meta = NULL,
drop_col_nm = "duty_cycle",
drop_values = c("batch_2", "batch_3")
)
cap_hist_wide |
wide capture history, one row per tag, one column per detection site. Includes columns named |
tag_meta |
metadata for each tag, including a column named |
drop_col_nm |
name of column in |
drop_values |
character vector of values in |
list to be fed into JAGS model
Kevin See and Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.