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/antifoul.Rout.save | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/antifoul.Rout.save (limited to 'tests/antifoul.Rout.save') diff --git a/tests/antifoul.Rout.save b/tests/antifoul.Rout.save new file mode 100644 index 0000000..5bc166c --- /dev/null +++ b/tests/antifoul.Rout.save @@ -0,0 +1,33 @@ + +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(antifoul) +> rantifoul <- drfit(antifoul) + +TBT: Fitting data... + +Zn Pyrithion: Fitting data... +> 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 +> -- cgit v1.2.1