Description Usage Arguments Value Examples
Tables to show cases volumne and hospitalization.
1 | showtable(showdays = 60, windowsize = 7, casevolumne, hospitalization)
|
showdays |
Input. Number of days to project. |
windowsize |
Input. Display by every windowsize days. |
casevolumne |
Input. Object from function fitSIR. |
hospitalization |
Input. Object from function Prehos. |
short.cv |
Short table of cases volumne. |
short.hos |
short table of predicted hospitalization. |
1 2 3 4 5 6 7 8 | ## To predicte 100 days from today (dayFT=100).
casevolumne <- fitSIR(susceptible=4119405, Infected=3733, inihos=14,
hosrate=2.5, hms=15, inidbt=4, mrt=14, sdis=30, dayFT=100)
hospitalization <- Prehos(casevolumne, inihos=14, iniicu=0, iniven=0,
hosrate=2.5, icurate=0.75, venrate=0.5, outhosdays=7, outicudays=9,
outvendays=10, hms=15)
## show the first 60 days/ every 7 days
showtable(showdays=60, windowsize=7, casevolumne, hospitalization)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.