knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

ClinAD

Lifecycle: experimental

The goal of ClinAD is to ...

Installation

# install.packages("devtools")
devtools::install_github("FCACollin/ClinAD")

Example

This is a basic example which shows you how to solve a common problem:

library(ClinAD)
## basic example code


FCACollin/ClinAD documentation built on Feb. 1, 2021, 12:22 a.m.