nysdoh_sepsisr
allows you to import data collected through NYSDOH’s
Sepsis Data Collection process, provide internal validation, and
generate reports on Sepsis.
- Severe Sepsis vs. Septic Shock
- Time to First Lactate
- Mortality Rates (Overall, Severe Sepsis, Septic Shock)
- Co-morbidity Summary
The nysdoh_sepsisr
package can be installed from GitHub using the
devtools
package and the following commands:
# install.packages("devtools")
library(devtools)
install_github("gbriddick\nysdoh_sepsisr")
If you would like to contribute to the development of nysdoh-sepsisr,