diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-05-03 22:53:31 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-05-03 22:53:31 +0000 |
commit | 2cf977cb94fcf6e68b4a75cdf33a29a5308b9457 (patch) | |
tree | c82b096ba83b4c19d5ec0b0a1012e0100ca867fb /DESCRIPTION | |
parent | 8eea91d691ee60f0ce5bd3560f2e4b7e5820556a (diff) |
Changed the way confidence intervals are being calculated. Now
the function confint.nls from the MASS package is being used,
after stumbling across the relevant paragraph of the MASS book.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@76 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 5d92da7..e12b6bf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,14 +1,14 @@ Package: drfit -Version: 0.05-75 -Date: 2006-04-28 +Version: 0.05-76 +Date: 2006-05-04 Title: Dose-response data evaluation Author: Johannes Ranke <jranke@uni-bremen.de> Maintainer: Johannes Ranke <jranke@uni-bremen.de> -Depends: R (>= 2.1.0),stats,RODBC +Depends: R (>= 2.1.0),stats,MASS,RODBC 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 - fitted are the cumulative densitiy function of the lognormal distribution + 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), derived from the latter, which is used to describe data showing stimulation |