aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-05-19 15:23:54 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-05-19 15:23:54 +0000
commit9b08a42e6eb2c35818f904b309da5632fa3eff1c (patch)
treeb5107c0a0aed1f2a6ca0918c6ea98dff5f435ea4 /man
parentb4e1ff17e3e8dfa03b8bc38f7231fa7c06d9dec9 (diff)
Added the "allWrong" argument to the drfit function for dose-response data that produce
misleading or wrong fits with all dose-response models. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@25 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man')
-rw-r--r--man/drfit.Rd5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/drfit.Rd b/man/drfit.Rd
index 42bbd07..2ec4a73 100644
--- a/man/drfit.Rd
+++ b/man/drfit.Rd
@@ -7,7 +7,7 @@
}
\usage{
drfit(data, startlogEC50 = NA, chooseone = TRUE, lognorm = TRUE, logis = FALSE,
- linearlogis = FALSE, linearlogisWrong = NA, b0 = 2, f0 = 0)
+ linearlogis = FALSE, linearlogisWrong = NA, allWrong = NA, b0 = 2, f0 = 0)
}
\arguments{
\item{data}{
@@ -38,6 +38,9 @@
\item{linearlogisWrong}{
An optional vector containing the names of the substances for which the
linearlogis function produces a wrong fit.}
+ \item{allWrong}{
+ An optional vector containing the names of the substances for which all
+ functions produces a wrong fit.}
\item{chooseone}{
If TRUE (default), the models are tried in the order linearlogis, logis and lognorm,
and the first model that produces a valid fit is used. Usually this will be the one

Contact - Imprint