Learn R Programming

epiworldRcalibrate (version 0.1.4)

abc_calibration_params: ABC calibration results for COVID-19 SIR model

Description

Results from Approximate Bayesian Computation (ABC) calibration of an SIR network model fitted to Utah COVID-19 incidence data.

Usage

abc_calibration_params

Arguments

Format

A named list with the following elements:

contact_rate

Posterior median of the contact rate.

recovery_rate

Posterior median of the recovery rate.

transmission_prob

Posterior median of the transmission probability.

R0

Basic reproduction number computed from posterior medians.

contact_rate_ci

95 percent credible interval for the contact rate.

recovery_rate_ci

95 percent credible interval for the recovery rate.

transmission_prob_ci

95 percent credible interval for the transmission probability.

calibration_time_seconds

Total runtime of the ABC calibration (seconds).

n_samples

Number of MCMC samples used in calibration.

burnin

Number of burn-in iterations discarded.

epsilon

ABC tolerance parameter.

seed

Random seed used for reproducibility.

posterior_samples

Matrix of post-burn-in accepted parameter samples.

acceptance_rate

Acceptance rate of the ABC-MCMC algorithm (percent).

Examples

Run this code
data("abc_calibration_params")
str(abc_calibration_params)

Run the code above in your browser using DataLab