From 2cf977cb94fcf6e68b4a75cdf33a29a5308b9457 Mon Sep 17 00:00:00 2001 From: ranke Date: Wed, 3 May 2006 22:53:31 +0000 Subject: 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 --- tests/XY.Rout.save | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'tests/XY.Rout.save') diff --git a/tests/XY.Rout.save b/tests/XY.Rout.save index 7bcc0df..d8098ae 100644 --- a/tests/XY.Rout.save +++ b/tests/XY.Rout.save @@ -16,6 +16,7 @@ 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(XY) > rXY <- drfit(XY) @@ -23,15 +24,16 @@ Loading required package: RODBC Control: Fitting data... Substance X: Fitting data... +Waiting for profiling to be done... Substance Y: Fitting data... > rXY - Substance ndl n lld lhd mtype logED50 std unit sigma -1 Control 1 6 -Inf -Inf inactive NA NA mg/L NA -2 Substance X 4 12 1 3 probit 2.161905 0.02425144 mg/L 0.04131746 -3 Substance Y 4 12 1 3 active NA NA mg/L NA - a b -1 NA NA -2 2.161905 0.5061306 -3 NA NA + Substance ndl n lld lhd mtype logED50 2.5% 97.5% unit +1 Control 1 6 -Inf -Inf inactive NA NA NA mg/L +2 Substance X 4 12 1 3 probit 2.161905 2.105861 2.214359 mg/L +3 Substance Y 4 12 1 3 active NA NA NA mg/L + sigma a b +1 NA NA NA +2 0.04131746 2.161905 0.5061306 +3 NA NA NA > -- cgit v1.2.1