diff options
Diffstat (limited to 'man/din32645.Rd')
-rw-r--r-- | man/din32645.Rd | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/man/din32645.Rd b/man/din32645.Rd index ffcbaed..a8e6a31 100644 --- a/man/din32645.Rd +++ b/man/din32645.Rd @@ -1,15 +1,17 @@ -\name{din32645} +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/chemCal-package.R \docType{data} +\name{din32645} \alias{din32645} \title{Calibration data from DIN 32645} -\description{ - Sample dataset to test the package. -} -\usage{data(din32645)} \format{ - A dataframe containing 10 rows of x and y values. +A dataframe containing 10 rows of x and y values. +} +\description{ +Sample dataset to test the package. } \examples{ + m <- lm(y ~ x, data = din32645) calplot(m) @@ -45,16 +47,17 @@ round(loq$x, 4) # A similar value is obtained using the approximation # LQ = 3.04 * LC (Currie 1999, p. 120) 3.04 * lod(m, alpha = 0.01, beta = 0.5)$x + } \references{ - DIN 32645 (equivalent to ISO 11843), Beuth Verlag, Berlin, 1994 +DIN 32645 (equivalent to ISO 11843), Beuth Verlag, Berlin, 1994 - Dintest. Plugin for MS Excel for evaluations of calibration data. Written - by Georg Schmitt, University of Heidelberg. Formerly available from - the Website of the University of Heidelberg. +Dintest. Plugin for MS Excel for evaluations of calibration data. Written by +Georg Schmitt, University of Heidelberg. Formerly available from the Website +of the University of Heidelberg. - Currie, L. A. (1997) Nomenclature in evaluation of analytical methods including - detection and quantification capabilities (IUPAC Recommendations 1995). - Analytica Chimica Acta 391, 105 - 126. +Currie, L. A. (1997) Nomenclature in evaluation of analytical methods +including detection and quantification capabilities (IUPAC Recommendations +1995). Analytica Chimica Acta 391, 105 - 126. } \keyword{datasets} |