aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-07-16 17:10:35 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-07-16 17:12:09 +0200
commite6237f287f68423dcca9f475bb81dd9c6f3740b1 (patch)
treed06747dbcadb0330c8b2b65dcbf9fee1588242c7
parent9411139beee167c5339e96db448e5dbed19e06bc (diff)
Add an example dataset
-rw-r--r--NEWS.md4
-rw-r--r--data/utstats14.rdabin0 -> 292 bytes
-rw-r--r--man/utstats14.Rd17
3 files changed, 20 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 2656a25..43a9d25 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# chemCal 0.2.1 (2018-07-06)
+# chemCal 0.2.1 (2018-07-16)
- 'lod' and 'loq': In the lists that are returned, return the list component 'y' without names, because we always have a single element in 'y' and the name '1' is meaningless
@@ -6,6 +6,8 @@
- Convert vignette to html
+- Add another example dataset, from an online course at the University of Toronto
+
# chemCal 0.1-33 (2014-04-24)
- Bugfix in lod() and loq(): In the case of small absolute x values (e.g. on
diff --git a/data/utstats14.rda b/data/utstats14.rda
new file mode 100644
index 0000000..a391cd1
--- /dev/null
+++ b/data/utstats14.rda
Binary files differ
diff --git a/man/utstats14.Rd b/man/utstats14.Rd
new file mode 100644
index 0000000..5761bce
--- /dev/null
+++ b/man/utstats14.Rd
@@ -0,0 +1,17 @@
+\name{utstats14}
+\docType{data}
+\alias{utstats14}
+\title{Example data for calibration with replicates from University of Toronto}
+\description{
+ Dataset read into R from \url{http://www.chem.utoronto.ca/coursenotes/analsci/stats/files/example14.xls}.
+}
+\format{
+ A tibble containing three replicate observations of the response for five
+ calibration concentrations.
+}
+\source{
+ David Stone and Jon Ellis (2011) Statistics in Analytical Chemistry. Tutorial website
+ maintained by the Departments of Chemistry, University of Toronto.
+ \url{http://www.chem.utoronto.ca/coursenotes/analsci/stats/index.html}
+}
+\keyword{datasets}

Contact - Imprint