inv_logit | R Documentation |
The inverse logit function
inv_logit(x)
x |
a logit values or vector of logit values |
the probability calculated as inverse logit
Other utils:
expose_stan_fns()
,
logit()
inv_logit(c(-10, 1, 0, 100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.