getRkiRisk | R Documentation |
Calculate risk for RKI data
getRkiRisk(rki, para)
rki |
data.frame of downloaded rki data |
para |
parameter |
a data.frame
rki <- getRkiData(rkidata[1:10, ]) para <- babsimHospitalPara() # get risk for the first 10 entries: rkiWithRisk <- getRkiRisk(rki = rki, para)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.