Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 476 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 476 Bytes

sepsisriskr

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

Installation

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")