Learn R Programming

babsim.hospital (version 11.5.14)

getIcuBeds: getIcuBeds

Description

Convert the 9 dim DIVI ICU data (bundesland,gemeindeschluessel,..., daten_stand) into a data.frame with bed, intensiveBedVentilation, and Day

Usage

getIcuBeds(data = babsim.hospital::icudata)

Arguments

data

data.frame with obs. of 9 variables

Value

data frame with observations of 3 variables:

intensiveBed

int COVID-19 ICU beds without ventilation

intensiveBedVentilation

int COVID-19 ICU beds with ventilation

Day

Date, format: "2020-05-01" "2020-05-02" "2020-05-03" "2020-05-04" ...

Examples

Run this code
# NOT RUN {
IcuBeds <- getIcuBeds(data = icudata) 

# }

Run the code above in your browser using DataLab