This repository contains supplementary material for the manuscript titled "Risk factors for mortality among hospitalized patients with COVID-19". An R
Markdown HTML document that contains all code and output for the manuscript as well as supplementary analyses is available at https://phcanalytics.github.io/covid19-prognostic-model/supplement.html. Note that although the code is available, we are unfortunately not able to publicly share the data.
R
package dependencies are managed through the renv
package. You can view all packages and their versions in the lockfile renv.lock
. All required packages and the appropriate versions can be installed with renv::restore()
.