expit {locfit}R Documentation

Inverse logistic link function

Description

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

Usage

expit(x)

Arguments

x

numeric vector


[Package locfit version 1.5-6 Index]