wenjie2wang / touch

Tools of Utilization and Cost in Healthcare
https://hub.wwenjie.org/touch/
GNU General Public License v3.0
13 stars 1 forks source link
ahrq comorbidity crosswalk healthcare icd-10 icd-9 r

R Package touch

CRAN_Status_Badge Build Status

The package touch (Tools of unilization and cost in healthcare) provides R implementation of the software tools developed in the H-CUP (Healthcare Cost and Utilization Project) and AHRQ (Agency for Healthcare Research and Quality).

It currently contains functions for

Installation

You may install the released version from CRAN.

install.packages("touch")

Development

One may install the latest version under development as follows:

if (! require(remotes)) install.packages("remotes")
remotes::install_github("wenjie2wang/touch", upgrade = "never")

License

GNU General Public License (≥ 3)