diff options
Diffstat (limited to 'docs/reference/drfit.html')
-rw-r--r-- | docs/reference/drfit.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/reference/drfit.html b/docs/reference/drfit.html index 4aa7935..93c2dae 100644 --- a/docs/reference/drfit.html +++ b/docs/reference/drfit.html @@ -62,7 +62,7 @@ </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">drfit</a> - <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.7.1</span> + <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.7.2</span> </span> </div> @@ -122,7 +122,7 @@ used for the dose and a numeric vector “response” 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>drdata</code>.</p> + conjunction with the function <code><a href='drdata.html'>drdata</a></code>.</p> <p>If there is a column called “ok” and it is set to “no fit” in a specific line, then the corresponding data point will be excluded from the fitting procedure, although it will be plotted.</p></td> @@ -156,7 +156,7 @@ <tr> <th>linlogit</th> <td><p>A boolean defining if the linear-logistic function - <code>linlogitf</code> as defined by van Ewijk and Hoekstra 1993 is + <code><a href='linlogitf.html'>linlogitf</a></code> as defined by van Ewijk and Hoekstra 1993 is fitted to the data. Default is FALSE.</p></td> </tr> <tr> @@ -249,13 +249,13 @@ parameter <code>a</code> coincides with the logED50. In the case of the “weibull” model, <code>a</code> is a location parameter.</p></dd> <dt>b</dt><dd><p>Parameter <code>b</code> in the case of the “linlogit” fit is the variable - b from the <code>linlogitf</code> function. In the case of “probit” + b from the <code><a href='linlogitf.html'>linlogitf</a></code> function. In the case of “probit” fit it is the standard deviation of the fitted normal distribution, in the case of the “logit” fit it is the <code>scale</code> parameter in the <code>plogis</code> function, and in the “weibull” fit it is the <code>shape</code> parameter of the fitted <code>pweibull</code> function.</p></dd> <dt>c</dt><dd><p>Only the “linlogit” fit produces a third parameter <code>c</code> which is - the variable f from the <code>linlogitf</code> function.</p></dd> + the variable f from the <code><a href='linlogitf.html'>linlogitf</a></code> function.</p></dd> If the parameter showED50 was set to TRUE, the ED50 values and their confidence intervals are also included on the original dose scale. @@ -271,10 +271,10 @@ <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> <div class='dont-index'><p>Further examples are given in help pages to the datasets - <code>antifoul</code>, <code>IM1xIPC81</code> and - <code>IM1xVibrio</code>. + <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>. Since version 0.6.1 of this package, there is a drop-in replacement function - <code>drcfit</code> which internally uses the drc package and also gives + <code><a href='drcfit.html'>drcfit</a></code> which internally uses the drc package and also gives confidence intervals for EDx values via this package.</p></div> @@ -307,7 +307,6 @@ 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> </div> </div> |