TreatmentPatterns

R-CMD-check

CRAN Codecov test coverage

Markus A, Verhamme K, Kors J, Rijnbeek P (2022). “TreatmentPatterns: An R package to facilitate the standardized development and analysis of treatment patterns across disease domains.” Computer Methods and Programs in Biomedicine.

This R package contains the resources for performing a treatment pathway analysis of a study population of interest in observational databases. The package partially relies on the Observational Medical Outcomes Partnership Common Data Model (OMOP CDM), but the main parts of the package are also usable with different data formats.

Features

Installation

You can install the most recently released CRAN version of TreatmentPatterns with:

install.packages("TreatmentPatterns")

Or from GitHub with:

remotes::install_github("darwin-eu-dev/TreatmentPatterns")

You can install the development version of TreatmentPatterns from GitHub with:

install.packages("remotes")
remotes::install_github("darwin-eu-dev/TreatmentPatterns@dev")