covid19-sir icon indicating copy to clipboard operation
covid19-sir copied to clipboard

[New] dataset regarding hospitalization

Open lisphilar opened this issue 3 years ago • 3 comments

What dataset you need?

The following variables in "COVID-19 Data Hub".

  • hosp: Number of hospitalized patients on date
  • icu: Number of hospitalized patients in ICUs on date
  • vent: Number of patients requiring invasive ventilation on date

How will you use the dataset for your analysis?

HospitalData will be created and .subset() returns them. Additionally, Scenario.register(extras) accept this data cleaning class and Scenario.fit() will use them for parameter prediction.

lisphilar avatar Mar 02 '21 14:03 lisphilar

FYI: Documentation of "COVID-19 Data Hub" https://covid19datahub.io/articles/doc/data.html

lisphilar avatar Mar 02 '21 14:03 lisphilar

Could these variables be displayed in global colored map as well?

Inglezos avatar Mar 05 '21 09:03 Inglezos

Yes, could be. .map method should be inplemented in the new class.

lisphilar avatar Mar 05 '21 10:03 lisphilar

This may be dicussed laiter, but not required at this time.

lisphilar avatar Sep 04 '22 13:09 lisphilar