logit: Logit link function

View source: R/logit.R

logitR Documentation

Logit link function

Description

inverse of the logistic transformation function

logistic transformation function

logistic transformation function

Usage

logit(p)

expit(x)

expit_dev1(x)

Arguments

p

a real number in [0,1] to be transformed to the real scale ( ]-infinity,infinity[ )

x

a real number in ]-infinity,infinity[ to be transformed to the probability scale ( [0,1] )


ludic documentation built on Aug. 8, 2025, 7:15 p.m.