
The junco R package contains analysis functions to create tables and listings used for clinical trial reporting. It complements the tern package by providing additional statistical analysis capabilities.
The package provides a range of functionality, such as:
Either you can install the stable CRAN version
install.packages("junco") #CRAN ReleaseOr you can install the development version from GitHub:
require('remotes')
remotes::install_github("johnsonandjohnson/junco", ref = "dev") #or for the rolling dev releaseTo understand how to use this package, please refer to the junco article, which provides multiple examples of code implementation.
See package vignettes browseVignettes(package = "junco")
for usage of this package.