This function returns a keyed list of priors related to progression to
various health states. Called with no arguments, the default values are
returned. Custom hyperpriors can be specified by passing values for the
parameters specified below. All parameters must be non-negative real
numbers. The return value of this function must be added to a
covidestim
object using the addition operator (see examples).
A two-element numeric vector containing c(alpha,
beta)
parameters/hyperpriors of a Beta distribution modeling the
probability of becoming symptomatic if infectious.
Sources for default value:
Byambasuren O, Cardona M, Bell K, Clark J, McLaws M, Glasziou P (2020). “Estimating the extent of asymptomatic COVID-19 and its potential for community transmission: systematic review and meta-analysis.” Infectious Diseases (except HIV/AIDS). doi:10.1101/2020.05.10.20097543 , http://medrxiv.org/lookup/doi/10.1101/2020.05.10.20097543.
Mizumoto K, Kagaya K, Zarebski A, Chowell G (2020). “Estimating the asymptomatic proportion of coronavirus disease 2019 (COVID-19) cases on board the Diamond Princess cruise ship, Yokohama, Japan, 2020.” Eurosurveillance, 25(10). ISSN 1560-7917, doi:10.2807/1560-7917.ES.2020.25.10.2000180 , https://www.eurosurveillance.org/content/10.2807/1560-7917.ES.2020.25.10.2000180.
Nishiura H, Kobayashi T, Miyama T, Suzuki A, Jung S, Hayashi K, Kinoshita R, Yang Y, Yuan B, Akhmetzhanov AR, Linton NM (2020). “Estimation of the asymptomatic ratio of novel coronavirus infections (COVID-19).” International Journal of Infectious Diseases, 94, 154--155. ISSN 12019712, doi:10.1016/j.ijid.2020.03.020 , https://linkinghub.elsevier.com/retrieve/pii/S1201971220301399.
A two-element numeric vector containing c(alpha,
beta)
parameters/hyperpriors of a Beta distribution modeling the
probability of transitioning into the "severe" health state if
symptomatic. "Severe" disease is defined as disease that would likely
require hospitalization.
Sources for default value:
CDC COVID-19 Response Team, CDC COVID-19 Response Team, Bialek S, Boundy E, Bowen V, Chow N, Cohn A, Dowling N, Ellington S, Gierke R, Hall A, MacNeil J, Patel P, Peacock G, Pilishvili T, Razzaghi H, Reed N, Ritchey M, Sauber-Schatz E (2020). “Severe Outcomes Among Patients with Coronavirus Disease 2019 (COVID-19) — United States, February 12–March 16, 2020.” MMWR. Morbidity and Mortality Weekly Report, 69(12), 343--346. ISSN 0149-2195, 1545-861X, doi:10.15585/mmwr.mm6912e2 , http://www.cdc.gov/mmwr/volumes/69/wr/mm6912e2.htm?s_cid=mm6912e2_w.
Verity R, Okell LC, Dorigatti I, Winskill P, Whittaker C, Imai N, Cuomo-Dannenburg G, Thompson H, Walker PGT, Fu H, Dighe A, Griffin JT, Baguelin M, Bhatia S, Boonyasiri A, Cori A, Cucunubá Z, FitzJohn R, Gaythorpe K, Green W, Hamlet A, Hinsley W, Laydon D, Nedjati-Gilani G, Riley S, van Elsland S, Volz E, Wang H, Wang Y, Xi X, Donnelly CA, Ghani AC, Ferguson NM (2020). “Estimates of the severity of coronavirus disease 2019: a model-based analysis.” The Lancet Infectious Diseases, 20(6), 669--677. ISSN 14733099, doi:10.1016/S1473-3099(20)30243-7 , https://linkinghub.elsevier.com/retrieve/pii/S1473309920302437.
A two-element numeric vector containing c(alpha,
beta)
parameters/hyperpriors of a Beta distribution modeling the
probability of dying if in the "severe" health state.
Source for default value: CDC COVID-19 Response Team, CDC COVID-19 Response Team, Bialek S, Boundy E, Bowen V, Chow N, Cohn A, Dowling N, Ellington S, Gierke R, Hall A, MacNeil J, Patel P, Peacock G, Pilishvili T, Razzaghi H, Reed N, Ritchey M, Sauber-Schatz E (2020). “Severe Outcomes Among Patients with Coronavirus Disease 2019 (COVID-19) — United States, February 12–March 16, 2020.” MMWR. Morbidity and Mortality Weekly Report, 69(12), 343--346. ISSN 0149-2195, 1545-861X, doi:10.15585/mmwr.mm6912e2 , http://www.cdc.gov/mmwr/volumes/69/wr/mm6912e2.htm?s_cid=mm6912e2_w.
A two-element numeric vector containing c(alpha,
beta)
parameters/hyperpriors of a Beta distribution modeling the
probability of dying if infected (e.g. the infection fatality rate). This
prior represents a national average value, which is later adjusted for
state and county-level factors, and to reflect higher fatality rates early
in the epidemic.
Source for default value: Adummy A (2022). “Not avalable.” Failed to insert reference with key = ODriscoll_Nature_2020 from package = 'covidestim'. Possible cause --- missing or misspelled key.
A two-element numeric vector containing c(shape,
rate)
parameters/hyperpriors of a Gamma distribution modeling the
elevated IFR in early 2020, relative to the present. Default value
represents an IFR 30% higher in March of 2020, with 95% interval 10-50%
higher.
A two-element numeric vector containing c(alpha,
beta)
parameters/hyperpriors of a Beta distribution modeling the
new probability of symptomatic if infected after Dec 2021 (omicron). Default value
represents a p_sym_if_inf of 7%, with 95% interval 5-10%
higher.
A two-element numeric vector containing c(shape,
rate)
parameters/hyperpriors of a Gamma distribution modeling the
decline in infection hospitalization ratio after Dec 2021 (omicron). Default value
represents an IFR in Dec 2021 7.5% of before, with 95% interval 4-10%.
A two-element numeric vector containing c(shape,
rate)
parameters/hyperpriors of a Gamma distribution modeling the
decline in IFR in after Dec 2021 (omicron). Default value
represents an IFR 2% March of 2020, with 95% interval 1-3%.
Source for default value: Expert opinion
An S3 object of class priors
cfg <- covidestim(ndays = 50, region = 'New York') + priors_transitions(p_sym_if_inf = c(0.5, 0.2))
#> Error in covidestim(ndays = 50, region = "New York"): unused argument (ndays = 50)