aboutsummaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-04-21 14:11:03 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-04-21 14:11:03 +0000
commitac3ef76492302b7f30c2896828cb30be21335a67 (patch)
tree37d39c54700571324ea60fa2bac87390decf7419 /inst
parentbfd30ff12888ad72c0ea8888d0aa1a0dd78da2bd (diff)
Finally committed the version that was submitted to
CRAN on April 6 to the SVN repository. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@64 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'inst')
-rw-r--r--inst/doc/README.txt14
-rw-r--r--inst/doc/drfit-Rnews.pdfbin138018 -> 233496 bytes
-rw-r--r--inst/doc/index.html2
-rw-r--r--inst/doc/sampledata.csv33
-rw-r--r--inst/doc/sampledata.odsbin16106 -> 0 bytes
-rw-r--r--inst/doc/sampledata.xlsbin16896 -> 0 bytes
-rw-r--r--inst/doc/sampledata2.csv33
7 files changed, 1 insertions, 81 deletions
diff --git a/inst/doc/README.txt b/inst/doc/README.txt
deleted file mode 100644
index 10945d9..0000000
--- a/inst/doc/README.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-This sample data is provided to show how dose-response data can be collected
-with a spreadsheet program like OpenOfficeCalc (sampledata.ods) or
-MS Excel (sampledata.xls) and exported to CSV (comma separated values) format.
-OpenOfficeCalc 2.0 (German version, decimal separator is ',') produces
-sampledata.csv which can be read in by
-
- >sampledata <- read.csv('sampledata.csv',skip=2,dec=',')
-
-and MS Excel 97 produces sampledata.csv2 which can be read in by
-
- >sampledata <- read.csv2('sampledata2.csv',skip=2)
-
-if the working directory of R was set to the directory where these
-files reside.
diff --git a/inst/doc/drfit-Rnews.pdf b/inst/doc/drfit-Rnews.pdf
index 6abbcaf..25f36e4 100644
--- a/inst/doc/drfit-Rnews.pdf
+++ b/inst/doc/drfit-Rnews.pdf
Binary files differ
diff --git a/inst/doc/index.html b/inst/doc/index.html
index efdd9bd..d6cedf5 100644
--- a/inst/doc/index.html
+++ b/inst/doc/index.html
@@ -8,7 +8,7 @@
<h2>User Guide for package drfit</h2>
<dl>
<dt><a href="drfit-Rnews.pdf">drfit-Rnews.pdf</a>:</dt>
- <dd> Introductory article on drfit</dd>
+ <dd> Preliminary version of an Introductory article on drfit</dd>
</dl>
</body>
diff --git a/inst/doc/sampledata.csv b/inst/doc/sampledata.csv
deleted file mode 100644
index e1edb7d..0000000
--- a/inst/doc/sampledata.csv
+++ /dev/null
@@ -1,33 +0,0 @@
-"Concentration-response data for the Lemna growth test with Substances X and Y",,,,,
-,,,,,
-"nr.","substance","dose","unit","fronds","response"
-1,"Control",0,"mg/L",174,"1,13478260869565"
-2,"Control",0,"mg/L",143,"0,932608695652174"
-3,"Control",0,"mg/L",143,"0,932608695652174"
-4,"Substance X",10,"mg/L",147,"0,958695652173913"
-5,"Substance X",10,"mg/L",148,"0,965217391304348"
-6,"Substance X",10,"mg/L",148,"0,965217391304348"
-7,"Substance X",100,"mg/L",63,"0,410869565217391"
-8,"Substance X",100,"mg/L",65,"0,423913043478261"
-9,"Substance X",100,"mg/L",55,"0,358695652173913"
-10,"Substance X",300,"mg/L",20,"0,130434782608696"
-11,"Substance X",300,"mg/L",22,"0,143478260869565"
-12,"Substance X",300,"mg/L",25,"0,16304347826087"
-13,"Substance X",1000,"mg/L",13,"0,0847826086956522"
-14,"Substance X",1000,"mg/L",16,"0,104347826086957"
-15,"Substance X",1000,"mg/L",16,"0,104347826086957"
-16,"Control",0,"mg/L",153,"0,997826086956522"
-17,"Control",0,"mg/L",144,"0,939130434782609"
-18,"Control",0,"mg/L",163,"1,06304347826087"
-19,"Substance Y",10,"mg/L",20,"0,130434782608696"
-20,"Substance Y",10,"mg/L",19,"0,123913043478261"
-21,"Substance Y",10,"mg/L",21,"0,13695652173913"
-22,"Substance Y",100,"mg/L",13,"0,0847826086956522"
-23,"Substance Y",100,"mg/L",12,"0,0782608695652174"
-24,"Substance Y",100,"mg/L",13,"0,0847826086956522"
-25,"Substance Y",300,"mg/L",12,"0,0782608695652174"
-26,"Substance Y",300,"mg/L",12,"0,0782608695652174"
-27,"Substance Y",300,"mg/L",14,"0,091304347826087"
-28,"Substance Y",1000,"mg/L",12,"0,0782608695652174"
-29,"Substance Y",1000,"mg/L",12,"0,0782608695652174"
-30,"Substance Y",1000,"mg/L",12,"0,0782608695652174"
diff --git a/inst/doc/sampledata.ods b/inst/doc/sampledata.ods
deleted file mode 100644
index b8d5126..0000000
--- a/inst/doc/sampledata.ods
+++ /dev/null
Binary files differ
diff --git a/inst/doc/sampledata.xls b/inst/doc/sampledata.xls
deleted file mode 100644
index 513123b..0000000
--- a/inst/doc/sampledata.xls
+++ /dev/null
Binary files differ
diff --git a/inst/doc/sampledata2.csv b/inst/doc/sampledata2.csv
deleted file mode 100644
index f778dab..0000000
--- a/inst/doc/sampledata2.csv
+++ /dev/null
@@ -1,33 +0,0 @@
-Concentration-response data for the Lemna growth test with Substances X and Y;;;;;
-;;;;;
-nr.;substance;dose;unit;fronds;response
-1;Control;0;mg/L;174;1,134782609
-2;Control;0;mg/L;143;0,932608696
-3;Control;0;mg/L;143;0,932608696
-4;Substance X;10;mg/L;147;0,958695652
-5;Substance X;10;mg/L;148;0,965217391
-6;Substance X;10;mg/L;148;0,965217391
-7;Substance X;100;mg/L;63;0,410869565
-8;Substance X;100;mg/L;65;0,423913043
-9;Substance X;100;mg/L;55;0,358695652
-10;Substance X;300;mg/L;20;0,130434783
-11;Substance X;300;mg/L;22;0,143478261
-12;Substance X;300;mg/L;25;0,163043478
-13;Substance X;1000;mg/L;13;0,084782609
-14;Substance X;1000;mg/L;16;0,104347826
-15;Substance X;1000;mg/L;16;0,104347826
-16;Control;0;mg/L;153;0,997826087
-17;Control;0;mg/L;144;0,939130435
-18;Control;0;mg/L;163;1,063043478
-19;Substance Y;10;mg/L;20;0,130434783
-20;Substance Y;10;mg/L;19;0,123913043
-21;Substance Y;10;mg/L;21;0,136956522
-22;Substance Y;100;mg/L;13;0,084782609
-23;Substance Y;100;mg/L;12;0,07826087
-24;Substance Y;100;mg/L;13;0,084782609
-25;Substance Y;300;mg/L;12;0,07826087
-26;Substance Y;300;mg/L;12;0,07826087
-27;Substance Y;300;mg/L;14;0,091304348
-28;Substance Y;1000;mg/L;12;0,07826087
-29;Substance Y;1000;mg/L;12;0,07826087
-30;Substance Y;1000;mg/L;12;0,07826087

Contact - Imprint