aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/drfit.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/drfit.html')
-rw-r--r--docs/reference/drfit.html28
1 files changed, 21 insertions, 7 deletions
diff --git a/docs/reference/drfit.html b/docs/reference/drfit.html
index 52ecb2b..4430a5b 100644
--- a/docs/reference/drfit.html
+++ b/docs/reference/drfit.html
@@ -18,12 +18,20 @@
<!-- Font Awesome icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
+<!-- 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>
<!-- 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="Fit dose-response models — drfit" />
+<meta property="og:description" content="Fit dose-response relationships to dose-response data and calculate
+ biometric results for (eco)toxicity evaluation" />
+<meta name="twitter:card" content="summary" />
<!-- mathjax -->
<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
@@ -51,6 +59,12 @@
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
+ <a href="../index.html">
+ <span class="fa fa-home fa-lg"></span>
+
+ </a>
+</li>
+<li>
<a href="../reference/index.html">Reference</a>
</li>
</ul>
@@ -93,7 +107,7 @@
used for the dose and a numeric vector &#8220;response&#8221; with the response
values of the test system normalized between 0 and 1. Such a data frame can
be easily obtained if a compliant RODBC data source is available for use in
- conjunction with the function <code><a href='drdata.html'>drdata</a></code>.</p>
+ conjunction with the function <code>drdata</code>.</p>
<p>If there is a column called &#8220;ok&#8221; and it is set to &#8220;no fit&#8221; in
a specific line, then the corresponding data point will be excluded from
the fitting procedure, although it will be plotted.</p></td>
@@ -127,7 +141,7 @@
<tr>
<th>linlogit</th>
<td><p>A boolean defining if the linear-logistic function
- <code><a href='linlogitf.html'>linlogitf</a></code> as defined by van Ewijk and Hoekstra 1993 is
+ <code>linlogitf</code> as defined by van Ewijk and Hoekstra 1993 is
fitted to the data. Default is FALSE.</p></td>
</tr>
<tr>
@@ -242,10 +256,10 @@
<h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2>
<p>Further examples are given in help pages to the datasets
- <code><a href='antifoul.html'>antifoul</a></code>, <code><a href='IM1xIPC81.html'>IM1xIPC81</a></code> and
- <code><a href='IM1xVibrio.html'>IM1xVibrio</a></code>.
+ <code>antifoul</code>, <code>IM1xIPC81</code> and
+ <code>IM1xVibrio</code>.
Since version 0.6.1 of this package, there is a drop-in replacement function
- <code><a href='drcfit.html'>drcfit</a></code> which internally uses the drc package and also gives
+ <code>drcfit</code> which internally uses the drc package and also gives
confidence intervals for EDx values via this package.</p>
@@ -278,7 +292,7 @@
Johannes Ranke
<a href='mailto:jranke@uni-bremen.de'>jranke@uni-bremen.de</a>
- <a href = 'http://www.uft.uni-bremen.de/chemie/ranke'>http://www.uft.uni-bremen.de/chemie/ranke</a>
+ <a href='http://www.uft.uni-bremen.de/chemie/ranke'>http://www.uft.uni-bremen.de/chemie/ranke</a>
</div>
</div>
@@ -289,7 +303,7 @@
</div>
<div class="pkgdown">
- <p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p>
+ <p>Site built with <a href="http://pkgdown.r-lib.org/">pkgdown</a>.</p>
</div>
</footer>

Contact - Imprint