diff options
-rw-r--r-- | DESCRIPTION | 4 | ||||
-rw-r--r-- | NEWS.md | 4 | ||||
-rw-r--r-- | data/rl95_cadmium.rda | bin | 0 -> 295 bytes | |||
-rw-r--r-- | man/rl95_cadmium.Rd | 16 | ||||
-rw-r--r-- | man/rl95_toluene.Rd | 2 | ||||
-rw-r--r-- | vignettes/references.bib | 10 |
6 files changed, 32 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 2e1f741..c78a37f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: chemCal -Version: 0.2.1 -Date: 2018-07-17 +Version: 0.2.2 +Date: 2018-07-21 Title: Calibration Functions for Analytical Chemistry Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de", @@ -1,3 +1,7 @@ +# chemCal 0.2.2 + +- Added the cadmium dataset from Rocke and Lorenzato (1995) + # chemCal 0.2.1 - 'inverse.predict': Do not work on the means of the calibration standards any more, as this ignores the variability of y values about the means. Thanks to Anna Burniol Figols for pointing out this issue diff --git a/data/rl95_cadmium.rda b/data/rl95_cadmium.rda Binary files differnew file mode 100644 index 0000000..ae23cda --- /dev/null +++ b/data/rl95_cadmium.rda diff --git a/man/rl95_cadmium.Rd b/man/rl95_cadmium.Rd new file mode 100644 index 0000000..7ee4222 --- /dev/null +++ b/man/rl95_cadmium.Rd @@ -0,0 +1,16 @@ +\name{rl95_cadmium} +\docType{data} +\alias{rl95_cadmium} +\title{Cadmium concentrations measured by AAS as reported by Rocke and Lorenzato (1995)} +\description{ + Dataset reproduced from Table 1 in Rocke and Lorenzato (1995). +} +\format{ + A dataframe containing four replicate observations for each + of the six calibration standards. +} +\source{ + Rocke, David M. und Lorenzato, Stefan (1995) A two-component model for + measurement error in analytical chemistry. Technometrics 37(2), 176-184. +} +\keyword{datasets} diff --git a/man/rl95_toluene.Rd b/man/rl95_toluene.Rd index 1faafdc..1cc1690 100644 --- a/man/rl95_toluene.Rd +++ b/man/rl95_toluene.Rd @@ -1,7 +1,7 @@ \name{rl95_toluene} \docType{data} \alias{rl95_toluene} -\title{Toluene amounts by GC/MS as reported by Rocke and Lorenzato (1995)} +\title{Toluene amounts measured by GC/MS as reported by Rocke and Lorenzato (1995)} \description{ Dataset reproduced from Table 4 in Rocke and Lorenzato (1995). } diff --git a/vignettes/references.bib b/vignettes/references.bib index a710662..67b85a8 100644 --- a/vignettes/references.bib +++ b/vignettes/references.bib @@ -31,5 +31,13 @@ year = "2000", pages = "179-185" } - +@article{werner78, + author = "Mario Werner and Samuel H. Brooks and Lancaster B. Knott", + title = "Additive, Multiplicative, and Mixed Analytical Errors", + journal = "Clinical Chemistry", + volume = "24", + year = "1978", + issue = "11", + pages = "1895-1898" +} @Comment{jabref-meta: databaseType:bibtex;} |