Skip to content
Hannes Reinwald edited this page Mar 20, 2026 · 7 revisions

Welcome to drc Github mini-Wiki

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.


📖 Full Documentation

For the complete package reference, vignettes, and usage examples, visit the documentation site:

👉 hreinwald.github.io/drc


🔗 Quick Links

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

⚡ Getting Started

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.

Clone this wiki locally