ilogit: Calculate the inverse of the logit function

Description Usage Arguments Value Examples

View source: R/demo_utils.R

Description

Calculate the inverse of the logit function

Usage

1
ilogit(logodds)

Arguments

logodds

The logarithm (to base e) of some probability

Value

The probability that is the inverse of the log odds

Examples

1
2
3
ilogit(3)
ilogit(-2)
ilogit(0)

miked-hydroeco/demopkg documentation built on July 2, 2020, 6:26 p.m.