medr

Morphine Equivalent Dosages in R. Used to convert various opioids daily doses to the total morphine equivalent daily dose.

Morphine Equivalent Dosage table

library(knitr)
library(medr)

kable(meq_po)

Sources

Installation

This package can be installed using devtools with the following:

devtools::install_github(build_vignettes = TRUE, "rparrish/medr")

Requirements

Usage

me_data <- medd(data)


rparrish/medr documentation built on May 28, 2019, 12:35 a.m.