diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-04 08:45:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-04 08:45:23 +0200 |
commit | b31824f420c9d904ab5f46774183a59e3b86cedd (patch) | |
tree | 87737278e9a14202a07c4110cd62684807f96062 /docs/index.html | |
parent | 17ef63f22008c80998cb2690a40ad1238d06a400 (diff) |
Static documentation built using newer staticdocs::build_site()
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..7aeb5e9 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,81 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> +<title>Home. chemCal 0.1-37</title> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> +<meta name="author" content=""> + +<link href="css/bootstrap.css" rel="stylesheet"> +<link href="css/bootstrap-responsive.css" rel="stylesheet"> +<link href="css/highlight.css" rel="stylesheet"> +<link href="css/staticdocs.css" rel="stylesheet"> + +<!--[if lt IE 9]> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> +<![endif]--> + +<script type="text/x-mathjax-config"> + MathJax.Hub.Config({ + tex2jax: { + inlineMath: [ ['$','$'], ["\\(","\\)"] ], + processEscapes: true + } + }); +</script> +<script type="text/javascript" + src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> +</script> + </head> + + <body> + <div class="navbar"> + <div class="navbar-inner"> + <div class="container"> + <a class="brand" href="index.html">chemCal 0.1-37</a> + <div class="nav"> + <ul class="nav"> + <li><a href="index.html">Home</a></li> + <li><a href="reference.html">Reference</a></li> + </ul> + </div> + </div> + </div> +</div> + + + <div class="container"> + <header> + + </header> + + <div class="row"> + <div class="span8"> + Simple functions for plotting linear +calibration functions and estimating standard errors for measurements +according to the Handbook of Chemometrics and Qualimetrics: Part A +by Massart et al. There are also functions estimating the limit +of detection (LOD) and limit of quantification (LOQ). +The functions work on model objects from - optionally weighted - linear +regression (lm) or robust linear regression ('rlm' from the 'MASS' package). + </div> + + <div class="span3 offset1 sidebar"> + <h2>Vignettes</h2> + <ul> + <li><a href="vignettes/chemCal.pdf">Short manual for the chemCal package</a></li> + </ul> + <h2>Authors</h2> + <ul> + <li><a href='mailto:jranke@uni-bremen.de'>Johannes Ranke</a> [aut, cre, cph]</li> + </ul> + </div> +</div> + + <footer> + <p class="pull-right"><a href="#">Back to top</a></p> +<p>Built by <a href="https://github.com/hadley/staticdocs">staticdocs</a>. Styled with <a href="https://getbootstrap.com/2.0.4/">bootstrap</a>.</p> + </footer> + </div> + </body> +</html>
\ No newline at end of file |