diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-02-25 17:30:01 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-02-25 17:30:01 +0000 |
commit | 35362cfc7c02f12fd9689f68a772a804d895535a (patch) | |
tree | 7171ac4ee23fa4e56135970936e488b4836e49a8 /DESCRIPTION | |
parent | 184aacf1ad5a28b2428633cd1966d6fb881eb3b0 (diff) |
Feature-complete version of the new drfit package that can make use
of the drc package in order to obtain confidence intervals for EDx values.
See ChangeLog for details.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@98 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 7dac5df..f706688 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: drfit -Version: 0.5-97 -Date: 2014-02-03 +Version: 0.6.1 +Date: 2014-02-25 Title: Dose-response data evaluation Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre"), email = "jranke@uni-bremen.de")) -Depends: R (>= 2.1.0), MASS, RODBC +Imports: MASS, RODBC, drc Description: drfit provides basic and easy-to-use functions for fitting dose-response curves to dose-response data, calculating some (eco)toxicological parameters and plotting the results. Functions that are @@ -14,7 +14,8 @@ Description: drfit provides basic and easy-to-use functions for fitting 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. + are included. As an alternative to the original fitting methods, the + algorithms from the drc package can be used. Encoding: latin1 License: GPL (>= 2) LazyLoad: yes |