logit {extras}R Documentation

Logistic Transformation

Description

Logistic transforms a numeric atomic object.

Usage

logit(x)

Arguments

x

A numeric atomic object.

Details

A wrapper on stats::qlogis().

Value

The logistically transformed numeric atomic object.

See Also

Other translations: fabs(), ilogit(), ilog(), inv_logit(), invlogit(), log<-(), logit<-(), phi(), pow(), step()

Examples

logit(c(0.25, 0.5, 0.75))

[Package extras version 0.6.1 Index]