-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: medicalrisk
Type: Package
Title: Medical Risk and Comorbidity Tools for ICD-9-CM Data
Version: 1.3
Date: 2020-02-28
Authors@R: c(person("Patrick", "McCormick", role = c("aut", "cre"),
email = "patrick.mccormick@alum.mit.edu"),
person("Thomas", "Joseph", role = "aut",
email = "thomas.joseph@mountsinai.org"))
Description: Generates risk estimates and comorbidity flags from ICD-9-CM
codes available in administrative medical datasets. The package supports
the Charlson Comorbidity Index, the Elixhauser Comorbidity
classification, the Revised Cardiac Risk Index, and the Risk Stratification
Index. Methods are table-based, fast, and use the 'plyr' package, so
parallelization is possible for large jobs. Also includes a sample of
real ICD-9 data for 100 patients from a publicly available dataset.
Depends:
R (>= 3.0.0)
Imports:
plyr (>= 1.5),
reshape2,
hash
Suggests:
testthat,
knitr,
ggplot2,
gridExtra
License: GPL-3 | file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Encoding: UTF-8
BugReports: https://github.com/patrickmdnet/medicalrisk/issues
URL: https://github.com/patrickmdnet/medicalrisk