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
NeedsCompilation: no
Packaged: 2020-02-29 04:04:46 UTC; patri
Author: Patrick McCormick [aut, cre],
  Thomas Joseph [aut]
Maintainer: Patrick McCormick <patrick.mccormick@alum.mit.edu>
Repository: CRAN
Date/Publication: 2020-02-29 21:00:02 UTC
Built: R 4.0.2; ; 2020-07-16 01:49:58 UTC; unix
