logit: Logit function

Description Usage Arguments Value See Also Examples

View source: R/maths_functions.R

Description

Converts a given value from the scale of 0 and 1 to between -Inf and Inf

Usage

1
logit(p)

Arguments

p

numeric value to be converted

Value

numeric value of the converted input

See Also

logistic returns the inverse value (ie. the logistic function)

Examples

1
logit(0.5)

jameshay218/mathfuncs documentation built on May 18, 2019, 11:20 a.m.