d_to_gamma | R Documentation |
This helper function transforms the threshold increments d
to the
thresholds gamma
.
d_to_gamma(d)
d |
A numeric vector of threshold increments. |
The threshold vector gamma
is computed from the threshold increments
d
as c(-100,0,cumsum(exp(d)),100)
, where the bounds
-100
and 100
exist for numerical reasons and the first
threshold is fixed to 0
for identification.
A numeric vector of the thresholds.
d_to_gamma(c(0,0,0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.