invlogit: Inverse Logit Function

Description Usage Arguments Value Examples

View source: R/invlogit.R

Description

This function maps a number x on the real line to invlogit(x) = 1/(1+exp(-x)

Usage

1

Arguments

x

numeric on the real line

Value

numeric between 0 and 1

Examples

1
logit(-0.8472979)

GarrettMooney/moonmisc documentation built on Oct. 19, 2019, 7:51 p.m.