Description Usage Arguments Value Examples
Cases volumne estimated from SIR model.
1 2 | fitSIR(susceptible, Infected, inihos = 14, hosrate = 2.5, hms = 15,
inidbt = 4, mrt = 14, sdis = 30, dayFT = 100)
|
susceptible |
Input. Number of susceptible people. |
Infected |
Input. Number of infected people. If unknown, it will be estimated by inihos/((hosrate/100) * (hms/100)). |
inihos |
Input. Initial number of hospitalized cases. |
hosrate |
Input. Hospitalization rate of infected people (percentage between 0 to 100). |
hms |
Input. Hospital market share (percentage between 0 to 100) |
inidbt |
Input. Initial doubling time. |
mrt |
Input. Mean recovery time. |
sdis |
Input. Social distancing (percentage between 0 to 100). |
dayFT |
Input. Days from today. |
result |
Cases volumne. |
Mdbt |
Doubling time after mitigation. |
EBRN |
Effective basic reproduction number. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.