logit: Take the logit of a number, the inverse of expit.

View source: R/transformations.R

logitR Documentation

Take the logit of a number, the inverse of expit.

Description

Take the logit of a number, the inverse of expit.

Usage

logit(x)

Arguments

x

A number in the range (0,1).

Value

The logit of x.

Examples

logit(0.5)

sinafala/svdComp5q0 documentation built on Sept. 25, 2022, 5:10 a.m.