Overview

Analysis of dose-response data is made available through a suite of flexible and versatile model fitting and after-fitting functions.

Installation

## You can install drc from GitHub
# install.packages("devtools")
## first installing drcData
devtools::install_github("DoseResponse/drcData")
## then installing the development version of drc
devtools::install_github("DoseResponse/drc")