View source: R/make_prior_object_functions.R
expit | R Documentation |
Calculates inverse logit, exp(x)/(1+exp(x)) = 1/(1+exp(-x))
expit(x)
x |
Real number, or vector of reals |
expit value
expit(2)
expit(seq(-5, 5, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.