Learn R Programming

HelpersMG (version 5.1)

invlogit: Return the inverse logit

Description

Return the inverse logit.

Usage

invlogit(n)

Arguments

n

The value to inverse to get the probability

Value

A value

Details

invlogit returns the inverse logit

See Also

Other logit: flexit(), logit()

Examples

Run this code
# NOT RUN {
n <- logit(0.5)
invlogit(n)
# }

Run the code above in your browser using DataLab