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/articles/chemCal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/articles/chemCal.html') diff --git a/docs/articles/chemCal.html b/docs/articles/chemCal.html index 4e145bf..bbcc568 100644 --- a/docs/articles/chemCal.html +++ b/docs/articles/chemCal.html @@ -98,7 +98,7 @@
 library(chemCal)
 m0 <- lm(y ~ x, data = massart97ex3)
-calplot(m0)
+calplot(m0)

As we can see, the scatter increases with increasing x. This is also illustrated by one of the diagnostic plots for linear models provided by R:

-- 
cgit v1.2.1