aboutsummaryrefslogtreecommitdiff
path: root/man/din32645.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-03-31 19:21:03 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-03-31 19:59:10 +0200
commit08465d77a6ca5a9656ac86047c6008f1e7f3e9c7 (patch)
treef27a775e146748881eb6526ed57298f4bdc40c2f /man/din32645.Rd
parentf4fcef8228ebd5a1a73bc6edc47b5efa259c2e20 (diff)
Fix URLs in README, convert to roxygenv0.2.3
- The roxygen conversion was done using Rd2roxygen - Also edit _pkgdown.yml to group the reference - Use markdown bullet lists for lod and loq docs
Diffstat (limited to 'man/din32645.Rd')
-rw-r--r--man/din32645.Rd29
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}

Contact - Imprint