From 6d220f8d71564a0430473ab2465e169adddb02d8 Mon Sep 17 00:00:00 2001 From: ranke Date: Fri, 28 Apr 2006 11:42:14 +0000 Subject: - Fixed the drplot function, so the graphics parameter ask is adequately set depending on the overlay argument, and set back to the previous value - Added a test for each datase - Added a demo for each dataset - Corrected many small bugs in the documentation and improved formatting of the .Rd files git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@74 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- tests/IM1xIPC81.Rout.save | 75 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 tests/IM1xIPC81.Rout.save (limited to 'tests/IM1xIPC81.Rout.save') diff --git a/tests/IM1xIPC81.Rout.save b/tests/IM1xIPC81.Rout.save new file mode 100644 index 0000000..b67ed2a --- /dev/null +++ b/tests/IM1xIPC81.Rout.save @@ -0,0 +1,75 @@ + +R : Copyright 2006, The R Foundation for Statistical Computing +Version 2.3.0 (2006-04-24) +ISBN 3-900051-07-0 + +R is free software and comes with ABSOLUTELY NO WARRANTY. +You are welcome to redistribute it under certain conditions. +Type 'license()' or 'licence()' for distribution details. + +R is a collaborative project with many contributors. +Type 'contributors()' for more information and +'citation()' on how to cite R or R packages in publications. + +Type 'demo()' for some demos, 'help()' for on-line help, or +'help.start()' for an HTML browser interface to help. +Type 'q()' to quit R. + +> library(drfit) +Loading required package: RODBC +> data(IM1xIPC81) +> rIM1xIPC81 <- drfit(IM1xIPC81,linlogit=TRUE) + +IM13 BF4: Fitting data... + +IM14 BF4: Fitting data... +Error in nls(response ~ linlogitf(dose, 1, f, logED50, b), data = tmp, : + singular gradient +Error in numericDeriv(form[[3]], names(ind), env) : + Missing value or an infinity produced when evaluating the model +In addition: Warning message: +NaNs produced in: pnorm(q, mean, sd, lower.tail, log.p) + +IM15 BF4: Fitting data... + +IM16 BF4: Fitting data... + +IM17 BF4: Fitting data... +Error in numericDeriv(form[[3]], names(ind), env) : + Missing value or an infinity produced when evaluating the model +In addition: Warning message: +NaNs produced in: pnorm(q, mean, sd, lower.tail, log.p) + +IM18 BF4: Fitting data... +Error in numericDeriv(form[[3]], names(ind), env) : + Missing value or an infinity produced when evaluating the model +In addition: Warning message: +NaNs produced in: pnorm(q, mean, sd, lower.tail, log.p) + +IM19 BF4: Fitting data... +Error in numericDeriv(form[[3]], names(ind), env) : + Missing value or an infinity produced when evaluating the model +In addition: Warning message: +NaNs produced in: pnorm(q, mean, sd, lower.tail, log.p) + +IM1-10 BF4: Fitting data... +> rIM1xIPC81 + Substance ndl n lld lhd mtype logED50 std unit +1 IM13 BF4 9 81 0.59176003 3.000000 inactive NA NA 然 +2 IM14 BF4 20 216 -0.01030017 3.176091 no fit NA NA 然 +3 IM15 BF4 9 135 0.59176003 3.000000 inactive NA NA 然 +4 IM16 BF4 9 108 0.59176003 3.000000 inactive NA NA 然 +5 IM17 BF4 9 81 0.59176003 3.000000 linlogit 2.5785719 0.03819482 然 +6 IM18 BF4 9 135 0.59176003 3.000000 linlogit 1.6806040 0.02982682 然 +7 IM19 BF4 9 81 0.59176003 3.000000 linlogit 1.6496121 0.02636274 然 +8 IM1-10 BF4 11 162 -0.01030017 3.000000 linlogit 0.7696961 0.04165397 然 + sigma a b c +1 NA NA NA NA +2 NA NA NA NA +3 NA NA NA NA +4 NA NA NA NA +5 0.2375857 2.5785719 2.300216 0.01468034 +6 0.2324871 1.6806040 2.237338 0.05719295 +7 0.1452716 1.6496121 1.976976 0.10956088 +8 0.2987708 0.7696961 1.936253 0.45808611 +> -- cgit v1.2.1