From 08465d77a6ca5a9656ac86047c6008f1e7f3e9c7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Mar 2022 19:21:03 +0200 Subject: Fix URLs in README, convert to roxygen - The roxygen conversion was done using Rd2roxygen - Also edit _pkgdown.yml to group the reference - Use markdown bullet lists for lod and loq docs --- docs/reference/din32645.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'docs/reference/din32645.html') diff --git a/docs/reference/din32645.html b/docs/reference/din32645.html index 1c02f36..ba6246a 100644 --- a/docs/reference/din32645.html +++ b/docs/reference/din32645.html @@ -47,7 +47,7 @@
@@ -55,9 +55,6 @@

Sample dataset to test the package.

-
-
data(din32645)
-

Format

@@ -66,18 +63,19 @@

References

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.

-

Currie, L. A. (1997) Nomenclature in evaluation of analytical methods including - detection and quantification capabilities (IUPAC Recommendations 1995). - Analytica Chimica Acta 391, 105 - 126.

+

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.

Examples

-
m <- lm(y ~ x, data = din32645)
-calplot(m)
+    

+m <- lm(y ~ x, data = din32645)
+calplot(m)
 
 
 ## Prediction of x with confidence interval
@@ -118,6 +116,7 @@
 # LQ = 3.04 * LC (Currie 1999, p. 120)
 3.04 * lod(m, alpha = 0.01, beta = 0.5)$x
 #> [1] 0.2122306
+
 
-- cgit v1.2.1