diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html index 8b78e93..1b85668 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,15 +70,14 @@ </header><div class="row"> <div class="contents col-md-9"> +<div id="drfit" class="section level1"> +<div class="page-header"><h1 class="hasAnchor"> +<a href="#drfit" class="anchor"></a>drfit</h1></div> -<hr> -<div id="title-readme-file-for-the-drfit-r-package" class="section level2"> -<h2 class="hasAnchor"> -<a href="#title-readme-file-for-the-drfit-r-package" class="anchor"></a>title: Readme file for the drfit R package</h2> - -<p>Static documentation of this R package can be found at <a href="https://pkgdown.jrwb.de/drfit" class="uri">https://pkgdown.jrwb.de/drfit</a></p> +<p>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.</p> +<p>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.</p> +<p>More details can be found in the <a href="reference/index.html">function referenc</a>.</p> </div> - </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> |