Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 664 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 664 Bytes

ggcertara

An R package to provide a standardized look for plots employed by pharmacometricians. It provides a ggplot2 theme, color palette, and a collection of plotting functions for basic goodness-of-fit diagnostic plots.

Installation

This package needs to be installed from GitHub:

require(remotes)
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")
remotes::install_github("certara/ggcertara", upgrade="never")

Usage

There is a vignette that explains how to use the package for basic goodness-of-fit diagnostic plots.