Skip to content

DoseResponse/drc

Repository files navigation

CRAN_Status_Badge Build Status Downloads

drc

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")