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.
CapR
cohorts.DatabaseConnector
,
CohortGenerator
,
and CDMConnector
.htmlWidget
) into ShinyApps or web-pages.You can install the most recently released CRAN version of TreatmentPatterns with:
install.packages("TreatmentPatterns")
Or from GitHub with:
::install_github("darwin-eu-dev/TreatmentPatterns") remotes
You can install the development version of TreatmentPatterns from GitHub with:
install.packages("remotes")
::install_github("darwin-eu-dev/TreatmentPatterns@dev") remotes