diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-12-21 15:33:22 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-12-21 15:33:22 +0000 |
commit | 699448335d6fc5668b569577cb38a628c258eaec (patch) | |
tree | 3e282bbf0a58791b49572153876188526d6cbfec /man/drfit.Rd | |
parent | d89badab8c65995b6381418989ffed965fa9d626 (diff) |
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
Diffstat (limited to 'man/drfit.Rd')
-rw-r--r-- | man/drfit.Rd | 12 |
1 files changed, 6 insertions, 6 deletions
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 |