invlogit: invlogit

View source: R/transformations.r

invlogitR Documentation

invlogit

Description

Calculates the inverse logit

Usage

invlogit(x)

Arguments

x

Vector of numbers

Details

Maps the real line to [0, 1]

Value

x mapped to [0, 1]

Author(s)

Jared P. Lander

Examples

invlogit(3)
invlogit(-6:6)
invlogit(c(-1, 1, 2))


coefplot documentation built on Sept. 9, 2025, 5:51 p.m.