Learn R Programming

coefplot (version 1.2.9)

invlogit: invlogit

Description

Calculates the inverse logit

Usage

invlogit(x)

Value

x mapped to [0, 1]

Arguments

x

Vector of numbers

Author

Jared P. Lander

Details

Maps the real line to [0, 1]

Examples

Run this code
invlogit(3)
invlogit(-6:6)
invlogit(c(-1, 1, 2))

Run the code above in your browser using DataLab