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/massart97ex3.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'docs/reference/massart97ex3.html') diff --git a/docs/reference/massart97ex3.html b/docs/reference/massart97ex3.html index 4196882..5cbdbd6 100644 --- a/docs/reference/massart97ex3.html +++ b/docs/reference/massart97ex3.html @@ -47,7 +47,7 @@
@@ -55,25 +55,23 @@

Sample dataset from p. 188 to test the package.

-
-
massart97ex3
-

Format

-

A dataframe containing 6 levels of x values with 5 - observations of y for each level.

+

A dataframe containing 6 levels of x values with 5 observations of y +for each level.

Source

-

Massart, L.M, Vandenginste, B.G.M., Buydens, L.M.C., De Jong, S., Lewi, P.J., - Smeyers-Verbeke, J. (1997) Handbook of Chemometrics and Qualimetrics: Part A, - Chapter 8.

+

Massart, L.M, Vandenginste, B.G.M., Buydens, L.M.C., De Jong, S., +Lewi, P.J., Smeyers-Verbeke, J. (1997) Handbook of Chemometrics and +Qualimetrics: Part A, Chapter 8.

Examples

-
# For reproducing the results for replicate standard measurements in example 8,
+    

+# For reproducing the results for replicate standard measurements in example 8,
 # we need to do the calibration on the means when using chemCal > 0.2
 weights <- with(massart97ex3, {
   yx <- split(y, x)
@@ -149,6 +147,7 @@
 # The weight for the loq should therefore be derived at x = 7.3 instead
 # of 15, but the graphical procedure of Massart (p. 201) to derive the 
 # variances on which the weights are based is quite inaccurate anyway. 
+
 
-- cgit v1.2.1