adheRenceRX: Assess Medication Adherence from Pharmaceutical Claims Data

A (mildly) opinionated set of functions to help assess medication adherence for researchers working with medication claims data. Medication adherence analyses have several complex steps that are often convoluted and can be time-intensive. The focus is to create a set of functions using "tidy principles" geared towards transparency, speed, and flexibility while working with adherence metrics. All functions perform exactly one task with an intuitive name so that a researcher can handle details (often achieved with vectorized solutions) while we handle non-vectorized tasks common to most adherence calculations such as adjusting fill dates and determining episodes of care. The methodologies in referenced in this package come from Canfield SL, et al (2019) "Navigating the Wild West of Medication Adherence Reporting in Specialty Pharmacy" <doi:10.18553/jmcp.2019.25.10.1073>.

Version: 1.0.0
Depends: R (≥ 2.10)
Imports: Rcpp (≥ 1.0.5), anytime, tidyr, dplyr, purrr, lubridate, rlang
LinkingTo: Rcpp
Suggests: testthat, spelling
Published: 2020-11-20
Author: Brennan Beal [aut, cre]
Maintainer: Brennan Beal <brennanbeal at gmail.com>
BugReports: https://github.com/btbeal/adheRenceRX/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/btbeal/adheRenceRX
NeedsCompilation: yes
Language: en-US
Materials: README
CRAN checks: adheRenceRX results

Documentation:

Reference manual: adheRenceRX.pdf

Downloads:

Package source: adheRenceRX_1.0.0.tar.gz
Windows binaries: r-devel: adheRenceRX_1.0.0.zip, r-release: adheRenceRX_1.0.0.zip, r-oldrel: adheRenceRX_1.0.0.zip
macOS binaries: r-release (arm64): adheRenceRX_1.0.0.tgz, r-oldrel (arm64): adheRenceRX_1.0.0.tgz, r-release (x86_64): adheRenceRX_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=adheRenceRX to link to this page.