aboutsummaryrefslogtreecommitdiff
path: root/man/antifoul.Rd
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2014-02-25 17:30:01 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2014-02-25 17:30:01 +0000
commit35362cfc7c02f12fd9689f68a772a804d895535a (patch)
tree7171ac4ee23fa4e56135970936e488b4836e49a8 /man/antifoul.Rd
parent184aacf1ad5a28b2428633cd1966d6fb881eb3b0 (diff)
Feature-complete version of the new drfit package that can make use
of the drc package in order to obtain confidence intervals for EDx values. See ChangeLog for details. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@98 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/antifoul.Rd')
-rw-r--r--man/antifoul.Rd13
1 files changed, 12 insertions, 1 deletions
diff --git a/man/antifoul.Rd b/man/antifoul.Rd
index 2aa532e..21ae885 100644
--- a/man/antifoul.Rd
+++ b/man/antifoul.Rd
@@ -15,8 +15,19 @@
database are also present.
}
\examples{
- \dontrun{demo(antifoul)}
+rantifoul.ED50 <- drfit(antifoul,
+ linlogit = TRUE, logit = TRUE, weibull = TRUE,
+ chooseone = FALSE,
+ showED50 = TRUE, EDx = c(10))
+print(rantifoul.ED50, digits = 5)
+
+rantifoul.drc <- drcfit(antifoul,
+ linlogit = TRUE, logit = TRUE, weibull = TRUE,
+ chooseone = FALSE,
+ showED50 = TRUE, EDx = c(10))
+print(rantifoul.drc, digits = 5)
}
+
\source{
\url{http://www.uft.uni-bremen.de/chemie}
}

Contact - Imprint