aboutsummaryrefslogtreecommitdiff
path: root/R/chemCal-package.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/chemCal-package.R')
-rw-r--r--R/chemCal-package.R86
1 files changed, 80 insertions, 6 deletions
diff --git a/R/chemCal-package.R b/R/chemCal-package.R
index 8cc8c76..54ab190 100644
--- a/R/chemCal-package.R
+++ b/R/chemCal-package.R
@@ -54,7 +54,7 @@
#' # LQ = 3.04 * LC (Currie 1999, p. 120)
#' 3.04 * lod(m, alpha = 0.01, beta = 0.5)$x
#'
-NULL
+"din32645"
@@ -72,7 +72,7 @@ NULL
#' Lewi, P.J., Smeyers-Verbeke, J. (1997) Handbook of Chemometrics and
#' Qualimetrics: Part A, Chapter 8.
#' @keywords datasets
-NULL
+"massart97ex1"
@@ -128,7 +128,7 @@ NULL
#' # of 15, but the graphical procedure of Massart (p. 201) to derive the
#' # variances on which the weights are based is quite inaccurate anyway.
#'
-NULL
+"massart97ex3"
@@ -147,7 +147,7 @@ NULL
#' @source Rocke, David M. und Lorenzato, Stefan (1995) A two-component model
#' for measurement error in analytical chemistry. Technometrics 37(2), 176-184.
#' @keywords datasets
-NULL
+"rl95_cadmium"
@@ -167,7 +167,7 @@ NULL
#' @source Rocke, David M. und Lorenzato, Stefan (1995) A two-component model
#' for measurement error in analytical chemistry. Technometrics 37(2), 176-184.
#' @keywords datasets
-NULL
+"rl95_toluene"
@@ -188,7 +188,81 @@ NULL
#' Toronto.
#' \url{https://sites.chem.utoronto.ca/chemistry/coursenotes/analsci/stats/index.html}
#' @keywords datasets
-NULL
+"utstats14"
+
+
+#' Nitrite calibration data
+#'
+#' Example dataset B.1 from DIN 38402 with concentrations in µg/L and the extinction
+#' as response measured using continuous flow analysis (CFA) according to
+#' ISO 13395.
+#'
+#' @name din38402b1
+#' @docType data
+#' @format A tibble containing 12 concentration levels with the respective
+#' instrument response values.
+#' @references DIN 38402-51:2017-05, Beuth Verlag, Berlin.
+#' https://dx.doi.org/10.31030/2657448
+#' @keywords datasets
+"din38402b1"
+
+
+
+
+
+#' Copper calibration data
+#'
+#' Example dataset B.3 from DIN 38402. Cu was measured according to ISO 11885,
+#' using ICP-OES. The concentration are reported in mg/L and the response as
+#' counts/s, describing the count of photons that are detected by the
+#' photomultiplier detector of the device.
+#'
+#' @name din38402b3
+#' @docType data
+#' @format A tibble containing 13 concentration levels and the respective
+#' instrument response values.
+#' @references DIN 38402-51:2017-05, Beuth Verlag, Berlin.
+#' https://dx.doi.org/10.31030/2657448
+#' @keywords datasets
+"din38402b3"
+
+
+
+
+
+#' Carbamazepin calibration data
+#'
+#' Example dataset B.6 from DIN 38402 measured using LC-MS/MS. The
+#' concentrations are reported in in µg/L and the response in arbitrary
+#' units (AU).
+#'
+#' @name din38402b6
+#' @docType data
+#' @format A tibble containing 12 concentration levels and the respective
+#' instrument response values.
+#' @references DIN 38402-51:2017-05, Beuth Verlag, Berlin.
+#' https://dx.doi.org/10.31030/2657448
+#' @keywords datasets
+"din38402b6"
+
+
+
+
+
+#' Iron calibration data
+#'
+#' Example dataset C.3 from DIN 38402 determined by ion chromatography.
+#' Concentrations are reported in mg/L and the extinction as response.
+#'
+#' @name din38402c3
+#' @docType data
+#' @format A tibble containing 10 concentration levels and the respective
+#' response values.
+#' @references DIN 38402-51:2017-05, Beuth Verlag, Berlin.
+#' https://dx.doi.org/10.31030/2657448
+#' @keywords datasets
+"din38402c3"
+

Contact - Imprint