aboutsummaryrefslogtreecommitdiff
path: root/docs/articles/chemCal.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/articles/chemCal.html')
-rw-r--r--docs/articles/chemCal.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="sourceCode" id="cb1"><pre class="downlit sourceCode r">
<code class="sourceCode R"><span class="kw"><a href="https://rdrr.io/r/base/library.html" class="external-link">library</a></span><span class="op">(</span><span class="va"><a href="https://pkgdown.jrwb.de/chemCal/" class="external-link">chemCal</a></span><span class="op">)</span>
<span class="va">m0</span> <span class="op">&lt;-</span> <span class="fu"><a href="https://rdrr.io/r/stats/lm.html" class="external-link">lm</a></span><span class="op">(</span><span class="va">y</span> <span class="op">~</span> <span class="va">x</span>, data <span class="op">=</span> <span class="va">massart97ex3</span><span class="op">)</span>
-<span class="fu"><a href="../reference/calplot.lm.html">calplot</a></span><span class="op">(</span><span class="va">m0</span><span class="op">)</span></code></pre></div>
+<span class="fu"><a href="../reference/calplot.html">calplot</a></span><span class="op">(</span><span class="va">m0</span><span class="op">)</span></code></pre></div>
<p><img src="chemCal_files/figure-html/unnamed-chunk-1-1.png" width="700"></p>
<p>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:</p>
<div class="sourceCode" id="cb2"><pre class="downlit sourceCode r">

Contact - Imprint