diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-02-07 08:13:14 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-02-07 08:13:14 +0100 |
commit | 0bc79f02e99d719be5dbb96ed1591d46c8373c9f (patch) | |
tree | 04c03da6f9bd59ed47f59aa511f53c8ef03f567a /README.md | |
parent | fbdd2459014999b89f65678b3e0c348f91e27167 (diff) |
Polish the static docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -1,8 +1,19 @@ ---- -title: Readme file for the drfit R package ---- +# drfit [![](https://www.r-pkg.org/badges/version/drfit)](https://cran.r-project.org/package=drfit) -Static documentation of this R package can be found at -https://pkgdown.jrwb.de/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. + +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' +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 referenc](reference/index.html). |