diff options
author | (no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2004-07-27 07:36:01 +0000 |
---|---|---|
committer | (no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2004-07-27 07:36:01 +0000 |
commit | 8154a03c79eb910c42dcff03fd8fa611cdc8cc9d (patch) | |
tree | c4e64967d78078a0fb0a8c9ec85307c35c9ec8f9 /DESCRIPTION |
First version published on CRAN
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@1 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..00f942a --- /dev/null +++ b/DESCRIPTION @@ -0,0 +1,20 @@ +Package: drfit +Version: 0.02-3 +Date: 2004-07-23 +Title: Dose-response data evaluation +Author: Johannes Ranke <jranke@uni-bremen.de> +Maintainer: Johannes Ranke <jranke@uni-bremen.de> +Depends: R,stats,RODBC +Description: drfit provides basic functions for accessing the + dose-response data of the UFT Bremen, Department of Bioorganic Chemistry, + fitting dose-response curves to this and similar data, calculating some + (eco)toxicological parameters and plotting the results. Functions that are + fitted are the cumulative densitiy function of the lognormal distribution, + of the logistic distribution and a linea-logistic model, derived from the + latter, which is used to describe data showing stimulation at low doses + (hormesis). The author would be delighted if anyone would join in the + effort of creating useful and useable tools for dealing with dose-response + data from biological testing. +License: GPL version 2 or newer +URL: http://www.r-project.org, + http://www.uft.uni-bremen.de/chemie/ranke |