logit: Perform logit transformation.

View source: R/logit.R

logitR Documentation

Perform logit transformation.

Description

Applies logit transformation to one or more numbers with range 0-1, resulting in equivalent set of unbounded real numbers with logistic (S-shaped) relationship to inputs.

Usage

logit(x)

Arguments

x

Any numeric value, vector, or array whose elements, x, such that 0 < x < 1.

Value

A value, vector, or array matching the dimensions of x and with elements, y, such that -Inf < y < Inf.

Author(s)

Quresh S. Latif

See Also

expit


qureshlatif/QSLpersonal documentation built on Sept. 12, 2023, 6:24 p.m.