general_logit: Generalized logistic function

Description Usage Arguments Value

View source: R/01_time_varying_functions.R

Description

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.

Usage

1
general_logit(logit_lb, logit_ub, logit_change_rate, logit_change_mid, logit_t)

Arguments

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

Value(s) of generalized logit function | inputs.


SC-COSMO/sccosmomcma documentation built on Dec. 18, 2021, 11:56 a.m.