The icuriskr
package provides functions to calculate a variety of ICU morbidity and mortality risk scores. The scores currently included are:
- APAPCHE II
- APAPCHE III
- SAPS II
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")