expit: Inverse logistic link function

expitR Documentation

Inverse logistic link function

Description

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

Usage

expit(x)

Arguments

x

numeric vector


locfit documentation built on July 9, 2023, 5:58 p.m.

Related to expit in locfit...