aboutsummaryrefslogtreecommitdiff
path: root/tests/antifoul.Rout.save
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-05-03 22:53:31 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-05-03 22:53:31 +0000
commit2cf977cb94fcf6e68b4a75cdf33a29a5308b9457 (patch)
treec82b096ba83b4c19d5ec0b0a1012e0100ca867fb /tests/antifoul.Rout.save
parent8eea91d691ee60f0ce5bd3560f2e4b7e5820556a (diff)
Changed the way confidence intervals are being calculated. Now
the function confint.nls from the MASS package is being used, after stumbling across the relevant paragraph of the MASS book. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@76 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'tests/antifoul.Rout.save')
-rw-r--r--tests/antifoul.Rout.save15
1 files changed, 9 insertions, 6 deletions
diff --git a/tests/antifoul.Rout.save b/tests/antifoul.Rout.save
index 5bc166c..9967240 100644
--- a/tests/antifoul.Rout.save
+++ b/tests/antifoul.Rout.save
@@ -16,18 +16,21 @@ Type 'demo()' for some demos, 'help()' for on-line help, or
Type 'q()' to quit R.
> library(drfit)
+Loading required package: MASS
Loading required package: RODBC
> data(antifoul)
> rantifoul <- drfit(antifoul)
TBT: Fitting data...
+Waiting for profiling to be done...
Zn Pyrithion: Fitting data...
+Waiting for profiling to be done...
> rantifoul
- Substance ndl n lld lhd mtype logED50 std unit
-1 TBT 38 135 -2.709271 2.39794 probit -0.1643560 0.05349216 µM
-2 Zn Pyrithion 27 81 -2.107210 2.00000 probit -0.3979222 0.05393693 µM
- sigma a b
-1 0.1928611 -0.1643560 0.6763882
-2 0.2286560 -0.3979222 0.4169632
+ Substance ndl n lld lhd mtype logED50 2.5%
+1 TBT 38 135 -2.709271 2.39794 probit -0.1643560 -0.2650411
+2 Zn Pyrithion 27 81 -2.107210 2.00000 probit -0.3979222 -0.5078291
+ 97.5% unit sigma a b
+1 -0.05648615 µM 0.1928611 -0.1643560 0.6763882
+2 -0.29156056 µM 0.2286560 -0.3979222 0.4169632
>

Contact - Imprint