Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 508 Bytes

icuriskr

The icuriskr package provides functions to calculate a variety of ICU morbidity and mortality risk scores. The scores currently included are:

  1. APAPCHE II
  2. APAPCHE III
  3. SAPS II

Installation

The icuriskr package can be installed from GitHub using the devtools package and the following commands:

# install.packages("devtools")
library(devtools)

install_github("bgulbis\edwr")