Description Usage Arguments Examples
To show a figure for predicted hospitalization.
1 2 | hospfig(showdays = 60, hospitalization, maxloadhos = 134,
maxloadicu = 72, maxloadvent)
|
showdays |
Input. Number of days to project. |
hospitalization |
Input. Object from function Prehos. |
maxloadhos |
Input. Maximum load for hospitalized cases. |
maxloadicu |
Input. Maximum load for ICU cases. |
maxloadvent |
Input. Maximum load for ventilated cases. |
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)
hospfig(showdays=30, hospitalization,
maxloadhos=134, maxloadicu=72, maxloadvent=) ## show the first 30 days
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.