faraway (version 1.0.8)

ilogit: Inverse Logit Transformation

Description

Computes the inverse logit transformation

Usage

ilogit(x)

Value

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

Arguments

x

a numeric vector

Author

Julian Faraway

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