fit_jags_aggreg | R Documentation |
Fit JAGS model to aggregated data
fit_jags_aggreg(obs.times, Y, g, N, n.days = NULL, prm.daily, silent = FALSE)
obs.times |
Numeric. Vector of observation times. |
Y |
Numeric. Vector of aggregated counts. |
g |
Numeric. Vector of discretized generation interval density. |
N |
Numeric. Scalar population size. |
n.days |
Numeric. Total number of days. if |
prm.daily |
List. Parameters for daily report inference via MCMC. Elements include:
|
silent |
Logical. Flag to suppress all output messages, warnings, and progress bars. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.