Description Usage Arguments Author(s)
View source: R/prep_for_nimble_2.R
Create a named list with data structures necessary to run the MCMC in NIMBLE
1 2 3 4 5 6 7 | prep_for_nimble(
x,
timeframe,
model.cuts = c(5, 10),
max.factor = 3,
debug = FALSE
)
|
x |
Data containing the Steller sea lion counts and sites |
timeframe |
A 2-vector containing the start and years for the modeling effort |
model.cuts |
A 2-vector specifying the numbers of positive counts necessary for each model type.
E.g., |
max.factor |
Maximum value for imputed counts calculated as |
debug |
Logical. Should debug mode be entered. Probably just for Devin to use. |
Devin S. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.