Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

LOGIT function

Description

LOGIT(p) returns the logit of the proportion p:

Logit function$$ \operatorname{logit}(p)= \ln\left( \frac{p}{1-p} \right) $$

The argument p must be a number between 0 and 1, or it can be a matrix with all numbers between 0 and 1. When it is a matrix, the function returns a matrix with the same dimensions and with the LOGIT function applied to all elements.

Example

LOGIT(0.9) returns 2.197224577

Calculator

LOGIT(  

Graph

LOGIT function

See also

External links