AdhereR: an R package for computing adherence to medications and for visualising medication histories
This is a package for the R open-source statistical environment implementing various ways of computing adherence to medications and visualisations of medication histories, both interactive (intended for data exploration) and high quality (intended for publication).
More information is given in the package's vignette and in the accompanying paper:
While the package can be created from the source or installed using the source package AdhereR_X.tar.gz provided in this repository (where X refers to the package's version), we recommend that users install it directly from The Comprehensive R Archive Network (CRAN) using the normal procedure1 (i.e., install.packages("AdhereR", dep=TRUE)).
The package is implemented in pure R, but optimised to work on mid-range hardware even for large databases, and runs on any platform that supports R (and, for interactive plotting, RStudio). The code is released under GPL v3.
Feedback is welcome either directly by e-mailing us or by using GitHub's system for bug reporting and suggestions.
1 There might be a delay between the release of new versions here and their availability on CRAN; in this case, we would recommend, if possible, to wait for the version to appear on CRAN.