From 9b2cc2780e2acbbcb3927ee8342b46f93d7bb6ff Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 18 Jul 2005 07:19:18 +0000 Subject: Now the weibull model has an automatic choice of starting values, fixing a bug that prevented fitting the weibull function in most cases in the last version. Also, the log EC50 is reported as estimated with nlm from the fitted weibull model. Because of the important changes, mainly in naming the different models which leads to incompatibility with the old drfit syntax, I am increasing the minor version number to 0.04 with this release. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@30 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- DESCRIPTION | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index 6b1b85b..ce7412f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: drfit -Version: 0.03-29 -Date: 2005-07-16 +Version: 0.04-30 +Date: 2005-07-17 Title: Dose-response data evaluation Author: Johannes Ranke Maintainer: Johannes Ranke @@ -8,14 +8,15 @@ Depends: R (>= 2.1.0),stats,RODBC Description: drfit provides basic 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, of the logistic distribution and a - linear-logistic model, 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 of the UFT Bremen, - Department of Bioorganic Chemistry, are provided. - I would be delighted if you would join in this effort of creating useful - and useable tools for dealing with dose-response data from biological - testing. + 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 at low doses + (hormesis). In addition, functions checking, plotting and retrieving + dose-response data of the UFT Bremen, Department of Bioorganic + Chemistry, are provided. I would be delighted if you would join in + this 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, -- cgit v1.2.1