powered by
Logit function: 1/(1+exp(-x))
logit(x)
value of logit(x)
argument
# Plot x=seq(-5,5,length=1000) plot(x,logit(x),type="l")
Run the code above in your browser using DataLab