Description Usage Arguments Value
View source: R/01_time_varying_functions.R
general_logit
computes a generalized logistic function whose starting (lb)
and ending values (ub) are determined by parameters. Rate of change from lb to ub
and timing of change are also controlled by parameters.
1 | general_logit(logit_lb, logit_ub, logit_change_rate, logit_change_mid, logit_t)
|
logit_lb |
Lower asymptote. |
logit_ub |
Upper asymptote. |
logit_change_rate |
Rate of change from lower to upper asymptote. |
logit_change_mid |
Point in time (t) where function has gone halfway from lb to ub. |
logit_t |
Time point(s) at which function should be evaluated. |
Value(s) of generalized logit function | inputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.