invlogit: Return the inverse logit

View source: R/invlogit.R

invlogitR Documentation

Return the inverse logit

Description

Return the inverse logit.

Usage

invlogit(n)

Arguments

n

The value to inverse to get the probability

Details

invlogit returns the inverse logit

Value

A value

Author(s)

Marc Girondot marc.girondot@gmail.com

See Also

Other logit: flexit(), logit()

Examples

n <- logit(0.5)
invlogit(n)

HelpersMG documentation built on Oct. 5, 2023, 5:08 p.m.