Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 774 Bytes

readme.md

File metadata and controls

27 lines (15 loc) · 774 Bytes

Robust Toxicities

Creates publication ready table and graphs from time or cycle based toxicity data. Performs some built in data cleaning actions.

Installation

The package to output to word requires the Java Development tool-kit (JDK).

The following code will install non-CRAN dependencies:

install.packages("devtools")
devtools::install_github('finite2/peter.utilities')
devtools::install_github('csmoxford/prettyTables')
devtools::install_github('csmoxford/robustToxicities')

Usage

See the examples in the help files using ?SetupRobustToxicities.

Credits

Peter Dutton (Centre for Statistics in Medicine, University of Oxford)

License

GPL-3