PubmedQuery

Build Status codecov.io

Introduction

THIS PACKAGE IS UNDER ACTIVE DEVELOPMENT. IT IS NOT PART OF HADES.

PubmedQuery is an R package designed to understand medication compliance and persistence in cohort studies.

Features

  • Calculate key adherence metrics such as medication possession ratio and proportional days covered, with and without stockpiling.
  • Assess drug utilization from first exposure through user-defined persistence windows.
  • Visualize adherence patterns and statistics through both tabular and graphical outputss.

Technology

PubmedQuery is an R package.

System Requirements

Requires R (version 3.6.0 or higher).

Installation

  1. See the instructions here for configuring your R environment, including RTools and Java.

  2. In R, use the following commands to download and install PubmedQuery:

install.packages("remotes")
remotes::install_github("ohdsi/PubmedQuery")

User Documentation

Documentation can be found on the package website.

PDF versions of the documentation are also available:

Support

Contributing

Read here how you can contribute to this package.

License

PubmedQuery is licensed under Apache License 2.0

Development

PubmedQuery is being developed in R Studio.

Development status

PubmedQuery is under development.