aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-12-22 15:57:03 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-12-22 15:57:03 +0000
commit19cf20f2f0cadb16df89e9585b5bf22902fc5cc5 (patch)
treee18201da89225027fa6f7aea17de17d2b5b799ad /man
parentc8e0c314c0bc0afcd9f585770398bdb98936e3da (diff)
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
Diffstat (limited to 'man')
-rw-r--r--man/drfit.Rd5
1 files changed, 3 insertions, 2 deletions
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

Contact - Imprint