Learn R Programming

SynDI (version 0.1.0)

expit: Expit function

Description

Expit function

Usage

expit(x)

Arguments

x

vector to expit

Value

numeric vector with the value of the expit function y = expit(x) = exp(x)/(1+exp(x)).

Expit helper function.