Learn R Programming

HelpersMG (version 6.2)

invlogit: Return the inverse logit

Description

Return the inverse logit.

Usage

invlogit(n)

Value

A value

Arguments

n

The value to inverse to get the probability

Author

Marc Girondot marc.girondot@gmail.com

Details

invlogit returns the inverse logit

See Also

Other logit: flexit(), logit()

Examples

Run this code
n <- logit(0.5)
invlogit(n)

Run the code above in your browser using DataLab