logit: Logit

View source: R/jagshelper1.R

logitR Documentation

Logit

Description

Logit log(x/(1-x))

Usage

logit(x)

Arguments

x

Numeric vector

Value

Numeric vector

Author(s)

Matt Tyers

See Also

expit

Examples

logit(0.5)

jagshelper documentation built on April 4, 2025, 1:42 a.m.