expit: Expit function

View source: R/helper.R

expitR 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.


SynDI documentation built on May 25, 2022, 9:10 a.m.