set.seed(1010)
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = ".",
  fig.path = "man/figures/README-",
  warning = FALSE, 
  message = FALSE,
  fig.width = 5, 
  fig.height = 4
)

pmtables

The goal of pmtables is to create summary tables commonly used in pharmacometrics.

Installation

You can install the released version of pmtables from MPN with:

mpn <- "https://mpn.metworx.com/snapshots/stable/2021-06-20"
install.packages("pmtables", repos = mpn)

This installs from a specific, dated snapshot. Please check https://mpn.metworx.com/docs/snapshots/ for the most recent snapshot date.

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("metrumresearchgroup/pmtables")

Documentation

We maintain a pmtables book here

Examples

Data Disposition

Continuous Covariate Summary

{ width=80% }

Discrete Covariate Summary

{ width=80% }

Examples in working docs



metrumresearchgroup/pmtables documentation built on Oct. 27, 2024, 5:16 p.m.