The sepsisriskr package provides functions to calculate common Sepsis
Risk Factors, including 1. SOFA 1. qSOFA 1. APACHE II 1. APACHE III 1.
SIRS criteria
The sepsisriskr package can be installed from GitHub using the
devtools package and the following commands:
# install.packages("devtools")
library(devtools)
install_github("gbriddick\sepsisriskr")