diff options
Diffstat (limited to 'man/linearlogisf.Rd')
-rw-r--r-- | man/linearlogisf.Rd | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/man/linearlogisf.Rd b/man/linearlogisf.Rd new file mode 100644 index 0000000..d49dc9a --- /dev/null +++ b/man/linearlogisf.Rd @@ -0,0 +1,36 @@ +\name{linearlogisf} +\alias{linearlogisf} +\title{Linear-logistic function} +\description{ + Helper function describing a special type of dose-response curves, showing a stimulus + at subtoxic doses. +} +\usage{ + linearlogisf(x,k,f,mu,b) +} +\arguments{ + \item{x}{ + In this context, the x variable is the dose.} + \item{k}{ + In the drfit functions, k is set to 1.} + \item{f}{ + One of the parameters describing the curve shape.} + \item{mu}{ + The parameter describing the location of the curve (log EC50).} + \item{b}{ + One of the parameters describing the curve shape.} +} +\value{ + The response at dose x. +} +\examples{ + +} +\author{ + Johannes Ranke + \email{jranke@uni-bremen.de} + \url{http://www.uft.uni-bremen.de/chemie/ranke} +} +\keyword{models} +\keyword{regression} +\keyword{nonlinear} |