Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 745 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 745 Bytes

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