View source: R/curveFunctions.R
logistic | R Documentation |
Logistic function used in fitting nlme curve for observations
logistic(dat, y, time, params = NULL, ...)
dat |
subject data to be used |
y |
outcome variable |
time |
time variable |
params |
|
... |
just in case |
y ~ mini + (peak - mini) / (1 + exp(4 * slope * (cross - (time)) / (peak - mini)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.