Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

logit

logit


Description

Transforming (0,1) to normal scale (-Inf Inf)

Usage

logit(p, ...)

Arguments

p
...

Details

function logit(p) = log ≤ft( \frac{p}{1-p} \right) = log(p) - log(1-p)

Author(s)

Thomas Wutzler

See Also


logitnorm

Functions for the Logitnormal Distribution

v0.8.38
GPL-2
Authors
Thomas Wutzler
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.