expit: Perform expit transformation.

View source: R/expit.R

expitR Documentation

Perform expit transformation.

Description

Applies expit transformation to one or more real numbers, which is the inverse of the logit transformation applied to one or more probabilities.

Usage

expit(x)

Arguments

x

Any numeric value, vector, or array.

Value

A value, vector, or array matching the dimensions of x and with elements, y, with range 0 < y < 1.

Author(s)

Quresh S. Latif

See Also

logit


qureshlatif/QSLpersonal documentation built on May 21, 2024, 4:22 p.m.