aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-12-22 15:57:03 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-12-22 15:57:03 +0000
commit19cf20f2f0cadb16df89e9585b5bf22902fc5cc5 (patch)
treee18201da89225027fa6f7aea17de17d2b5b799ad /tests
parentc8e0c314c0bc0afcd9f585770398bdb98936e3da (diff)
The calculation of dose-response curves in drfit was wrong if the number of
dose levels was different from 9. Now, n is calculated as the rounded mean number of response data per dose level. The number of dose levels ndl is additionally reported. The test was removed because it didn't work properly. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@52 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'tests')
-rw-r--r--tests/01drfit.R4
-rw-r--r--tests/01drfit.Rout.save33
2 files changed, 0 insertions, 37 deletions
diff --git a/tests/01drfit.R b/tests/01drfit.R
deleted file mode 100644
index 7e775fe..0000000
--- a/tests/01drfit.R
+++ /dev/null
@@ -1,4 +0,0 @@
-library(drfit)
-data(antifoul)
-r <- drfit(antifoul)
-r
diff --git a/tests/01drfit.Rout.save b/tests/01drfit.Rout.save
deleted file mode 100644
index c04e428..0000000
--- a/tests/01drfit.Rout.save
+++ /dev/null
@@ -1,33 +0,0 @@
-
-R : Copyright 2005, The R Foundation for Statistical Computing
-Version 2.2.1 (2005-12-20 r36812)
-ISBN 3-900051-07-0
-
-R ist freie Software und kommt OHNE JEGLICHE GARANTIE.
-Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu verbreiten.
-Tippen Sie 'license()' or 'licence()' f�r Details dazu.
-
-R ist ein Gemeinschaftsprojekt mit vielen Beitragenden.
-Tippen Sie 'contributors()' f�r mehr Information und 'citation()',
-um zu erfahren, wie R oder R packages in Publikationen zitiert werden k�nnen.
-
-Tippen Sie 'demo()' f�r einige Demos, 'help()' f�r on-line Hilfe, oder
-'help.start()' f�r eine HTML Browserschnittstelle zur Hilfe.
-Tippen Sie 'q()', um R zu verlassen.
-
-> library(drfit)
-Lade n�tiges Paket: RODBC
-> data(antifoul)
-> r <- drfit(antifoul)
-
-TBT: Fitting data...
-
-Zn Pyrithion: Fitting data...
-> r
- Substance n lld lhd mtype logEC50 std unit sigma
-1 TBT 15 -2.709271 2.39794 probit -0.1643560 0.05349217 �M 0.1928611
-2 Zn Pyrithion 9 -2.107210 2.00000 probit -0.3979222 0.05393693 �M 0.2286560
- a b
-1 -0.1643560 0.6763882
-2 -0.3979222 0.4169632
->

Contact - Imprint