Learn R Programming

ordinalTables (version 1.0.0.3)

expit: Computes the "expit" function -- inverse of logit.

Description

Computes the "expit" function -- inverse of logit.

Usage

expit(z)

Value

exp(z) / (1.0 + exp(z))

Arguments

z

Numeric. Real valued argument to expit() function.