Rdocumentation
powered by
Learn R Programming
ordinalCont (version 0.4)
dg_glf: Derivative of generalized logistic g function
Description
Derivative of the generalized logistic function as in Richards (1959): $$g'(v) = \frac{T}{B} \frac{1}{v(1-v^{T})}$$
Usage
dg_glf(v, par)
Arguments
v
vector of standardized scores from the continuous ordinal scale, 0<
v
par
vector of 2 elements:
B
, the slope of the curve, and
T
, the symmetry of the curve.
Value
A vector of length equal to the length of
v
, with values $g'(v)$.
References
Richards, F. (1959). A flexible growth function for empirical use,
Journal of Experimental Botany
, 10, 290-301.
See Also
g_glf
,
g_glf_inv