forked from DoseResponse/drc
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hannes Reinwald edited this page Mar 20, 2026
·
7 revisions
This is a mini Github Wiki for the drc package.
drc is an R package for dose-response curve analysis, widely used in bioassay, toxicology, pharmacology, and agricultural research. It provides flexible model fitting, 40+ built-in parametric models, effective dose estimation, and multi-curve comparison tools.
For the complete package reference, vignettes, and usage examples, visit the documentation site:
| Resource | Link |
|---|---|
| Documentation site | hreinwald.github.io/drc |
| Example workflow | Dose-Response Workflow |
| GitHub repository | github.com/hreinwald/drc |
| Report an issue | Issues |
| Feature requests & ideas | Discussions |
Install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("hreinwald/drc")Then head over to the documentation site for tutorials, function references, and example workflows.