From 19cf20f2f0cadb16df89e9585b5bf22902fc5cc5 Mon Sep 17 00:00:00 2001 From: ranke Date: Thu, 22 Dec 2005 15:57:03 +0000 Subject: The calculation of dose-response curves in drfit was wrong if the number of dose levels was different from 9. Now, n is calculated as the rounded mean number of response data per dose level. The number of dose levels ndl is additionally reported. The test was removed because it didn't work properly. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@52 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- man/drfit.Rd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/drfit.Rd b/man/drfit.Rd index abb135a..ee477b5 100644 --- a/man/drfit.Rd +++ b/man/drfit.Rd @@ -70,8 +70,9 @@ Every successful fit is reported in one line. Parameters of the fitted curves are only reported if the fitted ED50 is not higher than the highest dose. - \code{n} is the number of dose-response curves in the raw data (repetitions - in each point), \code{lld} is the decadic logarithm of the lowest dose and + \code{ndl} is the number of dose levels in the raw data, \code{n} is the + rounded mean of the number of replicates at each dose level in the raw + data, \code{lld} is the decadic logarithm of the lowest dose and \code{lhd} is the decadic logarithm of the highest dose. For the "linlogit", "logit" and "probit" models, the parameter \code{a} that is reported coincides with the logED50, i.e the logED50 is -- cgit v1.2.1