View source: R/SPARRAfairness_functions.R
logistic | R Documentation |
Logistic function: 1/(1+exp(-x))
logistic(x)
x |
argument |
value of logistic(x)
# Plot
x=seq(-5,5,length=1000)
plot(x,logistic(x),type="l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.