View source: R/pmcmc_likelihood_lmic_booster.R
calc_loglikelihood_booster | R Documentation |
Likelihood function for reported deaths with boosters Not for individual use, only exported so it is easy to call in pmcmc functions.
calc_loglikelihood_booster(
pars,
data,
squire_model,
model_params,
pars_obs,
n_particles,
forecast_days = 0,
return = "ll",
Rt_args,
interventions,
...
)
pars |
Parameter inputs |
data |
data to fit to |
squire_model |
the model object |
model_params |
the fixed parameters |
pars_obs |
extra non fitted parameters |
n_particles |
unused |
forecast_days |
unused |
return |
Specifies we are return likelihood for model outputs |
Rt_args |
parameters for Rt |
interventions |
parameters around vaccination |
... |
unused (for compatibility) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.