From 9b36a3d2055d3bfa4844ca43acc232f064856871 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 31 Mar 2017 12:10:59 +0200 Subject: Further improvement to checkcontrols() Static documentation rebuilt by pkgdown::build_site() --- docs/reference/linlogitf.html | 149 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 docs/reference/linlogitf.html (limited to 'docs/reference/linlogitf.html') diff --git a/docs/reference/linlogitf.html b/docs/reference/linlogitf.html new file mode 100644 index 0000000..8b9ba0d --- /dev/null +++ b/docs/reference/linlogitf.html @@ -0,0 +1,149 @@ + + + + + + + + +Linear-logistic function — linlogitf • drfit + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

Helper function describing a special type of dose-response curves, showing a stimulus + at subtoxic doses.

+ + +
linlogitf(x,k,f,mu,b)
+ +

Arguments

+ + + + + + + + + + + + + + + + + + + + + + +
x

In this context, the x variable is the dose.

k

In the drfit functions, k is set to 1.

f

One of the parameters describing the curve shape.

mu

The parameter describing the location of the curve (log ED50).

b

One of the parameters describing the curve shape.

+ +

Value

+ +

The response at dose x.

+ +

References

+ +

van Ewijk, P. H. and Hoekstra, J. A. (1993) Ecotox Environ Safety + 25 25-32

+ + +
+ +
+ + +
+ + + -- cgit v1.2.1