expit: Expit, i.e., the inverse of logit = log(x / (1-x))

Description Usage Arguments Value Examples

View source: R/expit.R

Description

Expit, i.e., the inverse of logit = log(x / (1-x))

Usage

1
expit(x)

Arguments

x

numeric, possibly a vector

Value

expit(x)

Examples

1
expit(-5)

fintzij/statsparty documentation built on May 29, 2019, 8:31 a.m.