junco

Check 🛠 Docs 📚 Code Coverage 📔

GitHub forks GitHub repo stars

GitHub commit activity GitHub contributors GitHub last commit GitHub pull requests GitHub repo size Project Status: Active – The project has reached a stable, usable state and is being actively developed. Current Version Open Issues

Overview

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:

Installation

Either you can install the stable CRAN version

install.packages("junco") #CRAN Release

Or you can install the development version from GitHub:

require('remotes')
remotes::install_github("johnsonandjohnson/junco", ref = "dev") #or for the rolling dev release

Usage

To 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.