cs_dist | R Documentation |
cs_dist()
calculates the discrete joint distribution of vaccination,
infection, symptoms, tests, and detections in a population.
cs_dist( vac = list(p_comm = 0.5, p_org = 0.5, eff = 0.5), inf = list(p_incid = 0.005, t_symp = 5, t_presymp = 5), symp = list(p_inf_vac = 0.5, p_inf_unvac = 0.5, p_uninf = 0), test = list(p_symp = 1, p_asymp_vac = 0, p_asymp_unvac = 1/7), detect = list(sens = 0.85, spec = 1) )
vac |
|
inf |
|
symp |
|
test |
|
detect |
|
A data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.