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/inverse.predict.html | |
parent | ae6f999ecf76fcd93a19985a70e30ed661da72be (diff) |
Static documentation rebuilt by pkgdown::build_site()
Diffstat (limited to 'docs/reference/inverse.predict.html')
-rw-r--r-- | docs/reference/inverse.predict.html | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/docs/reference/inverse.predict.html b/docs/reference/inverse.predict.html index 32f8f44..672e322 100644 --- a/docs/reference/inverse.predict.html +++ b/docs/reference/inverse.predict.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="Predict x from y for a linear calibration — inverse.predict" /> <meta property="og:description" content="This function predicts x values using a univariate linear model that has been @@ -40,6 +43,9 @@ differing from the precision in standard samples used for the calibration. This is elaborated in the package vignette." /> <meta name="twitter:card" content="summary" /> + + + <!-- mathjax --> <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> @@ -62,8 +68,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> @@ -77,6 +87,7 @@ <ul class="nav navbar-nav navbar-right"> </ul> + </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> @@ -84,12 +95,15 @@ </header> - <div class="row"> +<div class="row"> <div class="col-md-9 contents"> <div class="page-header"> <h1>Predict x from y for a linear calibration</h1> + + <div class="hidden name"><code>inverse.predict.Rd</code></div> </div> + <div class="ref-description"> <p>This function predicts x values using a univariate linear model that has been generated for the purpose of calibrating a measurement method. Prediction @@ -102,11 +116,12 @@ differing from the precision in standard samples used for the calibration. This is elaborated in the package vignette.</p> + </div> <pre class="usage">inverse.predict(object, newdata, …, ws, alpha=0.05, var.s = "auto")</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> @@ -226,5 +241,8 @@ </footer> </div> + + </body> </html> + |