LOCFIT: R and S-Plus Help

expit Inverse logistic link function expit
Usage:


expit(x)
Description:

Computes e^x/(1+e^x)\exp(x)/(1+\exp(x)). This is the inverse of the logistic link function, \log(p/(1-p)).
Arguments:

x
numeric vector

Key Words:

math