coefplot (version 1.2.7)

invlogit: invlogit

Description

Calculates the inverse logit

Usage

invlogit(x)

Arguments

x

Vector of numbers

Value

x mapped to [0, 1]

Details

Maps the real line to [0, 1]

Examples

Run this code
# NOT RUN {
invlogit(3)
invlogit(-6:6)
invlogit(c(-1, 1, 2))

# }

Run the code above in your browser using DataLab