diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-30 17:54:16 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-30 17:54:16 +0200 |
commit | fec95dfbf0abe4175649e399eb1fcd698d482a9a (patch) | |
tree | 6d9a95ab2b129f5929d92a8851f96af4ec80b911 /docs/index.html | |
parent | 12a712a7b0cb0f755354f7a1f4e6e2d4c264fd13 (diff) |
Add checkcontrols, updates, see ChangeLog
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 3ad6d4a..f6c1903 100644 --- a/docs/index.html +++ b/docs/index.html @@ -45,15 +45,15 @@ <div class="contents col-md-9"> A somewhat outdated package of basic and easy-to-use functions for fitting dose-response curves to continuous dose-response data, calculating some - (eco)toxicological parameters and plotting the results. Please consider using + 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 lognormal distribution - (probit fit), of the logistic distribution (logit fit), of the weibull - distribution (weibull fit) and a linear-logistic model ("linlogit" fit), + ('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 RODBC are included. - As an alternative to the original fitting methods, the algorithms from the drc + dose-response data retrieved from a database accessed via 'RODBC' are included. + As an alternative to the original fitting methods, the algorithms from the 'drc' package can be used. </div> |