diff options
Diffstat (limited to 'docs/reference/drcfit.html')
-rw-r--r-- | docs/reference/drcfit.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/reference/drcfit.html b/docs/reference/drcfit.html index 75a168a..e7de303 100644 --- a/docs/reference/drcfit.html +++ b/docs/reference/drcfit.html @@ -165,10 +165,10 @@ <dt>mtype</dt><dd><p>If the data did not show a mean response < 0.5 at the highest dose level, the modeltype is set to “inactive”. If the mean response at the lowest dose is smaller than 0.5, the modeltype is set to “active”. - In both cases, no fitting procedure is carried out. If the fitted ED50 + In both cases, no fitting procedure is carried out. If the fitted ED50 is higher than the highest dose, “no fit” is given here.</p></dd> <dt>logED50</dt><dd><p>The decadic logarithm of the ED50</p></dd> - <dt>low %</dt><dd><p>The lower bound of the confidence interval of log ED50. + <dt>low %</dt><dd><p>The lower bound of the confidence interval of log ED50. The name of the column depends on the requested confidence <code>level</code>.</p></dd> <dt>high %</dt><dd><p>The higher bound of the confidence interval of log ED50. The name of the column depends on the requested confidence <code>level</code>.</p></dd> @@ -176,11 +176,11 @@ <dt>sigma</dt><dd><p>The square root of the estimated variance of the random error as returned by <code>summary.drc</code>.</p></dd> <dt>a</dt><dd><p>For the linlogit model, this is the parameter e from <code>BC.4</code>. - For the probit and the logit model, this is the ED50. For the weibull - model, this is parameter e from <code>W1.2</code>. Note that the Weibull + For the probit and the logit model, this is the ED50. For the weibull + model, this is parameter e from <code>W1.2</code>. Note that the Weibull model is fitted to the untransformed data.</p></dd> <dt>b</dt><dd><p>For the linlogit, probit, logit and weibull models, these are the - parameters b from <code>BC.4</code>, <code>LN.2</code>, + parameters b from <code>BC.4</code>, <code>LN.2</code>, <code>LL.2</code> and <code>W1.2</code>, respectively. Note that the parameter definitions (and in the case of Weibull, the model used) are different to the ones used in <code>drfit</code>.</p></dd> @@ -236,7 +236,7 @@ <h2>Author</h2> - Johannes Ranke <a href='mailto:jranke@uni-bremen.de'>jranke@uni-bremen.de</a> + 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> The functionality of the drc package used under the hood in this function was written by Christian Ritz. |