logit: Apply logit tranformation

View source: R/basics.r

logitR Documentation

Apply logit tranformation

Description

Transforms values between 0 and 1 to values between -Inf and Inf.

Usage

logit(x)

Arguments

x

A vector of numerics (between 0 and 1)

Value

A vector of numerics (between -Inf and Inf).

Author(s)

Thomas Debray <thomas.debray@gmail.com>

See Also

inv.logit


metamisc documentation built on Sept. 25, 2022, 5:05 p.m.