Description Usage Arguments Details Value See Also Examples
View source: R/stanglogitMer-functions.R
invglogit
returns the value from the inverse generalized logit function,
along the continuous y
, coming from a Generalized Logit Function, between the a
and k
parameters, with growth g
and shift s
.
1 | invglogit(y, a, k, g, s)
|
y |
the dependent variable / a variable coming from a Generalized Logit Function. |
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 inverse generalized logit function.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.