diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-06-06 02:10:37 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-06-06 02:10:37 +0200 |
commit | 801e95f1cc7bfcc8480f6f49b9da2331be71d1a9 (patch) | |
tree | 8b26c5cf18f54fa0e615378867e8cb49e81396b8 /docs/reference/lod.html | |
parent | ae6f999ecf76fcd93a19985a70e30ed661da72be (diff) |
Static documentation rebuilt by pkgdown::build_site()
Diffstat (limited to 'docs/reference/lod.html')
-rw-r--r-- | docs/reference/lod.html | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/docs/reference/lod.html b/docs/reference/lod.html index 13ce70a..7519f19 100644 --- a/docs/reference/lod.html +++ b/docs/reference/lod.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 detection (LOD) — lod" /> <meta property="og:description" content="The decision limit (German: Nachweisgrenze) is defined as the signal or @@ -38,6 +41,9 @@ the analyte is present (type II or false negative error), is beta (also a one-sided significance test)." /> <meta name="twitter:card" content="summary" /> + + + <!-- mathjax --> <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> @@ -60,8 +66,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> @@ -75,6 +85,7 @@ <ul class="nav navbar-nav navbar-right"> </ul> + </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> @@ -82,12 +93,15 @@ </header> - <div class="row"> +<div class="row"> <div class="col-md-9 contents"> <div class="page-header"> <h1>Estimate a limit of detection (LOD)</h1> + + <div class="hidden name"><code>lod.Rd</code></div> </div> + <div class="ref-description"> <p>The decision limit (German: Nachweisgrenze) is defined as the signal or analyte concentration that is significantly different from the blank signal @@ -98,10 +112,11 @@ the analyte is present (type II or false negative error), is beta (also a one-sided significance test).</p> + </div> <pre class="usage">lod(object, …, alpha = 0.05, beta = 0.05, method = "default", 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> @@ -169,7 +184,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> @@ -223,5 +238,8 @@ </footer> </div> + + </body> </html> + |