Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


faraway (version 0.9.0)

ilogit: Inverse Logit Transformation

Description

Computes the inverse logit transformation

Usage

ilogit(x)

Arguments

x
a numeric vector

Value

  • exp(x)/(1+exp(x))

See Also

logit

Examples

Run this code
ilogit(1:3)
#[1] 0.7310586 0.8807971 0.9525741

Run the code above in your browser using DataLab