Learn R Programming

faraway (version 1.0.5)

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