aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/loq.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/loq.html')
-rw-r--r--docs/reference/loq.html31
1 files changed, 18 insertions, 13 deletions
diff --git a/docs/reference/loq.html b/docs/reference/loq.html
index 09567db..eee0925 100644
--- a/docs/reference/loq.html
+++ b/docs/reference/loq.html
@@ -67,17 +67,26 @@
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../index.html">chemCal</a>
- <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.1.37.9001</span>
+ <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.2.1</span>
</span>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
- <a href="../reference/index.html">Functions and data</a>
+ <a href="../index.html">
+ <span class="fa fa-home fa-lg"></span>
+
+ </a>
</li>
<li>
- <a href="../articles/chemCal.pdf">Short manual (pdf)</a>
+ <a href="../articles/chemCal.html">Get started</a>
+</li>
+<li>
+ <a href="../reference/index.html">Reference</a>
+</li>
+<li>
+ <a href="../news/index.html">Changelog</a>
</li>
</ul>
@@ -108,7 +117,7 @@
$$L = k c(L)$$
where c(L) is half of the length of the confidence interval at the limit L
(DIN 32645, equivalent to ISO 11843). c(L) is internally estimated by
- <code>inverse.predict</code>, and L is obtained by iteration.</p>
+ <code><a href='inverse.predict.html'>inverse.predict</a></code>, and L is obtained by iteration.</p>
</div>
@@ -150,7 +159,7 @@
<th>w.loq</th>
<td><p>The weight that should be attributed to the LOQ. Defaults
to one for unweighted regression, and to the mean of the weights
- for weighted regression. See <code>massart97ex3</code> for
+ for weighted regression. See <code><a href='massart97ex3.html'>massart97ex3</a></code> for
an example how to take advantage of knowledge about the
variance function.</p></td>
</tr>
@@ -180,27 +189,23 @@
<h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2>
- <div class='dont-index'><p>Examples for <code>din32645</code></p></div>
+ <div class='dont-index'><p>Examples for <code><a href='din32645.html'>din32645</a></code></p></div>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
- <pre class="examples"><div class='input'><span class='fu'>data</span>(<span class='no'>massart97ex3</span>)
-<span class='fu'>attach</span>(<span class='no'>massart97ex3</span>)
-<span class='no'>m</span> <span class='kw'>&lt;-</span> <span class='fu'>lm</span>(<span class='no'>y</span> ~ <span class='no'>x</span>)
+ <pre class="examples"><div class='input'><span class='no'>m</span> <span class='kw'>&lt;-</span> <span class='fu'>lm</span>(<span class='no'>y</span> ~ <span class='no'>x</span>, <span class='kw'>data</span> <span class='kw'>=</span> <span class='no'>massart97ex1</span>)
<span class='fu'>loq</span>(<span class='no'>m</span>)</div><div class='output co'>#&gt; $x
#&gt; [1] 13.97764
#&gt;
#&gt; $y
-#&gt; 1
-#&gt; 30.6235
+#&gt; [1] 30.6235
#&gt; </div><div class='input'>
<span class='co'># We can get better by using replicate measurements</span>
<span class='fu'>loq</span>(<span class='no'>m</span>, <span class='kw'>n</span> <span class='kw'>=</span> <span class='fl'>3</span>)</div><div class='output co'>#&gt; $x
#&gt; [1] 9.971963
#&gt;
#&gt; $y
-#&gt; 1
-#&gt; 22.68539
+#&gt; [1] 22.68539
#&gt; </div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">

Contact - Imprint