expit {SynDI}R Documentation

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.


[Package SynDI version 0.1.0 Index]