logit: Apply logit tranformation

Description Usage Arguments Value Author(s) See Also

View source: R/basics.r

Description

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

Usage

1
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 Oct. 13, 2021, 3 p.m.