logit: Shorthand for Logit Function

View source: R/helpers.R

logitR Documentation

Shorthand for Logit Function

Description

[Stable]

Computes the logit transformation.

Usage

logit(x)

Arguments

x

(numeric)
the function argument.

Value

The logit of x, computed as log(x / (1 - x)).

Examples

logit(0.5)
logit(c(0.1, 0.5, 0.9))

crmPack documentation built on Nov. 29, 2025, 5:07 p.m.