invlogit {HelpersMG}R 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)

[Package HelpersMG version 6.1 Index]