Package: medicalrisk
Type: Package
Title: Medical Risk and Comorbidity Tools for ICD-9-CM Data
Version: 1.1
Date: 2015-01-04
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 (>= 2.11.0)
Imports: plyr (>= 1.5), reshape2, hash
Suggests: testthat, knitr
License: GPL-3
LazyData: true
VignetteBuilder: knitr
Packaged: 2015-01-06 02:54:46 UTC; patrick
Author: Patrick McCormick [aut, cre],
  Thomas Joseph [aut]
Maintainer: Patrick McCormick <patrick.mccormick@alum.mit.edu>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-01-06 05:43:42
Built: R 3.1.2; ; 2015-01-06 17:16:32 UTC; unix
