getIcuBeds {babsim.hospital}R Documentation

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


IcuBeds <- getIcuBeds(data = icudata)

[Package babsim.hospital version 11.8.8 Index]