Description Usage Arguments Details
Run Aggregate Model
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
IFRmodel |
R6 class; Internal model object for COVIDCurve |
binomial_likelihood |
logical; Whether the binomial or the logit likelihood should be used |
reparamIFR |
logical; Whether IFRs should be reparameterized or inferred separately |
reparamInfxn |
logical; Whether infection curve (i.e. the y-coordinates infection spline) should be reparameterized or inferred separately |
reparamKnots |
logical; Whether infection knots (i.e. the x-coordinates of the infection spline) should be reparameterized or inferred separately |
thinning |
integer; The regular sequence to count by to thin MCMC posterior chain (iterations are kept as: |
burnin |
the number of burn-in iterations. |
samples |
the number of sampling iterations. |
rungs |
the number of temperature rungs used in Metropolis coupling (see
|
chains |
the number of independent replicates of the MCMC chain to run.
If a |
coupling_on |
whether to implement Metropolis-coupling over temperature rungs. |
GTI_pow |
values in the temperature ladder are raised to this power. |
beta_manual |
option to manually define temperature ladder. These values
are raised to the power |
cluster |
option to pass in a cluster environment, allowing chains to be run in parallel (see package "parallel"). |
pb_markdown |
whether to run progress bars in markdown mode, meaning they are only updated when they reach 100 being printed to markdown files. |
silent |
whether to suppress all console output. |
Wraps the Metropolic-Coupled MCMC Framework from Dr. Jacoby
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.