Description
Charts for Monitoring Clinical Trial Safety.
Description
Contains chart code for monitoring clinical trial safety. Charts can be used as standalone output, but are also designed for use with the 'safetyGraphics' package, which makes it easy to load data and customize the charts using an interactive web-based interface created with Shiny.
README.md
safetyCharts
The {safetyCharts} R package contains a set of charts used in clinical trial research. These charts are optimized for usage with the {safetyGraphics} package and shiny application, but can also easily be used as standalone displays.
Chart Types
There are several types of charts included in this package:
- Static Displays - These are written as R functions that output static statistical displays. See the help files for each chart for more details. Saved in
\R
. - htmlwidgets - Interactive graphics written in javascript and configured for R using the htmlwidgets package. Saved in
\inst\htmlwidgets
. - Chart configuration Files - YAML files specifying chart details needed for safetyGraphics. Saved in
\inst\config
.
For more information on using these charts with {safetyGraphics} see this vignette.