Description Usage Arguments Details Value See Also Examples
View source: R/stanglogitMer-functions.R
glogit
returns the value on the generalized logit curve,
along the covariate x
, between the a
and k
parameters, with growth g
and shift s
.
1 | glogit(x, a, k, g, s)
|
x |
the independent continuous variable. |
a |
the minimum value. |
k |
the maximum value. |
g |
the growth parameter. |
s |
the shift (intercept) parameter. |
a + \frac{k-a}{1+e^{-g \times (x-s)}}
The value from the generalized logit function.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.