From 699448335d6fc5668b569577cb38a628c258eaec Mon Sep 17 00:00:00 2001 From: ranke Date: Wed, 21 Dec 2005 15:33:22 +0000 Subject: Changed the terminology from EC50 to ED50 reflecting that the package is meant for dose-response analysis in general and not only for concentration-response analysis. This is the first revision that has been prepared with the knowledge of the existence of the drc package for dose-response curve analysis. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@48 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- man/drfit.Rd | 12 ++++++------ man/linlogitf.Rd | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'man') diff --git a/man/drfit.Rd b/man/drfit.Rd index 75f48ed..295965d 100644 --- a/man/drfit.Rd +++ b/man/drfit.Rd @@ -6,7 +6,7 @@ biometric results for (eco)toxicity evaluation } \usage{ - drfit(data, startlogEC50 = NA, chooseone = TRUE, probit = TRUE, logit = FALSE, + drfit(data, startlogED50 = NA, chooseone = TRUE, probit = TRUE, logit = FALSE, weibull = FALSE, linlogit = FALSE, linlogitWrong = NA, allWrong = NA, s0 = 0.5, b0 = 2, f0 = 0) } @@ -24,8 +24,8 @@ line, then the corresponding data point will be excluded from the fitting procedure, although it will be plotted. } - \item{startlogEC50}{ - Especially for the linlogit model, a suitable log10 of the EC50 has to be given + \item{startlogED50}{ + Especially for the linlogit model, a suitable log10 of the ED50 has to be given by the user, since it is not correctly estimated for data showing hormesis with the default estimation method.} \item{probit}{ @@ -68,15 +68,15 @@ did not show a mean response < 0.5 at the highest dose level, the modeltype is set to "none". Every successful fit is reported in one line. Parameters of the fitted - curves are only reported if the fitted EC50 is not higher than the + 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{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 logEC50, i.e the logEC50 is + \code{a} that is reported coincides with the logED50, i.e the logED50 is one of the model parameters that is being fitted, and therefore - a standard deviation \code{std} is reported for the logEC50. In the + a standard deviation \code{std} is reported for the logED50. In the case of the "weibull" model, \code{a} is a location parameter. Parameter \code{b} in the case of the "linlogit" fit is the variable b from the \code{\link{linlogitf}} function. In the case of "probit" fit diff --git a/man/linlogitf.Rd b/man/linlogitf.Rd index 2eca8c4..f091581 100755 --- a/man/linlogitf.Rd +++ b/man/linlogitf.Rd @@ -16,7 +16,7 @@ \item{f}{ One of the parameters describing the curve shape.} \item{mu}{ - The parameter describing the location of the curve (log EC50).} + The parameter describing the location of the curve (log ED50).} \item{b}{ One of the parameters describing the curve shape.} } -- cgit v1.2.1