Description Usage Arguments Value
Defined as: exp_x <- exp(x); out <- exp_x / (1 + exp_x)
. This 2-step
approach is faster than exp(x) / (1 + exp(x))
because the exponentials
only have to be calculated once.
1 | logit_prob(x)
|
x |
Numeric vector. |
Numeric vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.