Package: adheRenceRX 1.0.0.9000
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>.
Authors:
adheRenceRX_1.0.0.9000.tar.gz
adheRenceRX_1.0.0.9000.zip(r-4.5)adheRenceRX_1.0.0.9000.zip(r-4.4)adheRenceRX_1.0.0.9000.zip(r-4.3)
adheRenceRX_1.0.0.9000.tgz(r-4.4-x86_64)adheRenceRX_1.0.0.9000.tgz(r-4.4-arm64)adheRenceRX_1.0.0.9000.tgz(r-4.3-x86_64)adheRenceRX_1.0.0.9000.tgz(r-4.3-arm64)
adheRenceRX_1.0.0.9000.tar.gz(r-4.5-noble)adheRenceRX_1.0.0.9000.tar.gz(r-4.4-noble)
adheRenceRX_1.0.0.9000.tgz(r-4.4-emscripten)adheRenceRX_1.0.0.9000.tgz(r-4.3-emscripten)
adheRenceRX.pdf |adheRenceRX.html✨
adheRenceRX/json (API)
NEWS
# Install 'adheRenceRX' in R: |
install.packages('adheRenceRX', repos = c('https://btbeal.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/btbeal/adherencerx/issues
- big_data_toy - A Toy Claims 'tibble' for Performance Demonstration
- toy_claims - A Toy Patient Medication Claims 'tibble'
Last updated 4 years agofrom:8b0f9a1253. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win-x86_64 | OK | Nov 06 2024 |
R-4.5-linux-x86_64 | OK | Nov 06 2024 |
R-4.4-win-x86_64 | OK | Nov 06 2024 |
R-4.4-mac-x86_64 | OK | Nov 06 2024 |
R-4.4-mac-aarch64 | OK | Nov 06 2024 |
R-4.3-win-x86_64 | OK | Nov 06 2024 |
R-4.3-mac-x86_64 | OK | Nov 06 2024 |
R-4.3-mac-aarch64 | OK | Nov 06 2024 |
Exports:calculate_pdcdate_checkepisode_checkidentify_gapspropagate_daterank_episodessummarise_gaps
Dependencies:anytimeBHclicpp11dplyrfansigenericsgluelifecyclelubridatemagrittrpillarpkgconfigpurrrR6Rcpprlangstringistringrtibbletidyrtidyselecttimechangeutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
A Toy Claims 'tibble' for Performance Demonstration | big_data_toy |
Calculate Proportion Days Covered | calculate_pdc |
Restructuring Dates to Remove Overlap | date_check |
Ranking Episodes of Care | episode_check |
Identify Gaps in Therapy | identify_gaps |
Adjust Overlapping Fill Dates | propagate_date |
Rank Episodes of Care | rank_episodes |
Summarise Gaps in Therapy | summarise_gaps |
A Toy Patient Medication Claims 'tibble' | toy_claims |