inv.logit: Apply the inverse logit tranformation

View source: R/basics.r

inv.logitR 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


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