Learn R Programming

ssa (version 1.3.0)

expit: Expit function

Description

Expit function

Usage

expit(x)

Arguments

x

value between -infinity and infinity

Value

1/(1+exp(-x))

Examples

Run this code
# NOT RUN {
x <- 1;
expit(x);

# }

Run the code above in your browser using DataLab