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.html32
1 files changed, 25 insertions, 7 deletions
diff --git a/docs/reference/loq.html b/docs/reference/loq.html
index 2fb01a8..09567db 100644
--- a/docs/reference/loq.html
+++ b/docs/reference/loq.html
@@ -21,12 +21,15 @@
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script>
+<!-- sticky kit -->
+<script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script>
+
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
-<script src="../jquery.sticky-kit.min.js"></script>
<script src="../pkgdown.js"></script>
-
-
+
+
+
<meta property="og:title" content="Estimate a limit of quantification (LOQ) — loq" />
<meta property="og:description" content="The limit of quantification is the x value, where the relative error
@@ -37,6 +40,9 @@
(DIN 32645, equivalent to ISO 11843). c(L) is internally estimated by
inverse.predict, and L is obtained by iteration." />
<meta name="twitter:card" content="summary" />
+
+
+
<!-- mathjax -->
<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
@@ -59,8 +65,12 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="../index.html">chemCal</a>
+ <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>
</div>
+
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
@@ -74,6 +84,7 @@
<ul class="nav navbar-nav navbar-right">
</ul>
+
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
@@ -81,12 +92,15 @@
</header>
- <div class="row">
+<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>Estimate a limit of quantification (LOQ)</h1>
+
+ <div class="hidden name"><code>loq.Rd</code></div>
</div>
+ <div class="ref-description">
<p>The limit of quantification is the x value, where the relative error
of the quantification given the calibration model reaches a prespecified
@@ -96,11 +110,12 @@
(DIN 32645, equivalent to ISO 11843). c(L) is internally estimated by
<code>inverse.predict</code>, and L is obtained by iteration.</p>
+ </div>
<pre class="usage">loq(object, &#8230;, alpha = 0.05, k = 3, n = 1, w.loq = "auto",
var.loq = "auto", tol = "default")</pre>
- <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2>
+ <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>
<table class="ref-arguments">
<colgroup><col class="name" /><col class="desc" /></colgroup>
<tr>
@@ -165,7 +180,7 @@
<h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2>
- <p>Examples for <code>din32645</code></p>
+ <div class='dont-index'><p>Examples for <code>din32645</code></p></div>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
@@ -217,5 +232,8 @@
</footer>
</div>
+
+
</body>
</html>
+

Contact - Imprint