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

You may install the latest version under development with the help of remotes (or devtools) as follows:

if (! require(remotes)) install.packages("remotes")
remotes::install_github("wenjie2wang/touch")
## or use devtools if it is installed
## devtools::install_github("wenjie2wang/touch")

License

The R package touch is free software: You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version (at your option). See the GNU General Public License for details.

The R package touch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.