Learn R Programming

metamisc (version 0.4.0)

logit: Apply logit tranformation

Description

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

Usage

logit(x)

Value

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

Arguments

x

A vector of numerics (between 0 and 1)

Author

Thomas Debray <thomas.debray@gmail.com>

See Also

inv.logit