aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/README.md b/README.md
index 9f1784e..5dedc26 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,24 @@
# drfit
-[![](https://www.r-pkg.org/badges/version/drfit)](https://cran.r-project.org/package=drfit)
+drfit was the first package on CRAN dedicated to dose-reponse curve fitting.
+Its first release to CRAN was made in July 2004. In December 2005, the
+wonderful drc package by Christian Ritz and Jens Streibig was published on
+CRAN. However, by that time our working group at the University of Bremen was
+already hooked on drfit.
-A somewhat outdated package of basic and easy-to-use functions for
-fitting dose-response curves to continuous dose-response data, calculating some
-toxicological parameters and plotting the results. Please consider using
-the more powerful and actively developed 'drc' package.
+We kept our raw dose-response data in a MySQL database, which was accessed
+using the 'drdata' function. Of course this only worked with a suitable
+configuration of the ODBC data source.
Functions that are fitted are the cumulative density function of the log-normal
distribution ('probit' fit), of the logistic distribution ('logit' fit), of the
Weibull distribution ('weibull' fit) and a linear-logistic model ('linlogit'
fit), derived from the latter, which is used to describe data showing
-stimulation at low doses (hormesis). In addition, functions checking, plotting
-and retrieving dose-response data retrieved from a database accessed via 'odbc'
+stimulation at low doses (hormesis). In addition, functions checking and plotting
are included. As an alternative to the original fitting methods, the algorithms
from the 'drc' package can be used.
More details can be found in the [function reference](https://pkgdown.jrwb.de/drfit/reference/index.html).
+
+The drfit package was archived on CRAN at my request on August 26, 2023. The last
+version that was published is 0.7.2.

Contact - Imprint