inv.logit {metamisc}R Documentation

Apply the inverse logit tranformation

Description

Transforms a linear predictor into a probability.

Usage

  inv.logit(x)

Arguments

x

A vector of numerics (between -Inf and Inf)

Value

A vector of numerics between 0 and 1.

Author(s)

Thomas Debray <thomas.debray@gmail.com>

See Also

logit


[Package metamisc version 0.4.0 Index]