Learn R Programming

HelpersMG (version 5.1)

logit: Return the logit

Description

Return the logit.

Usage

logit(p)

Arguments

p

The probability

Value

A value

Details

logit returns the logit

See Also

Other logit: flexit(), invlogit()

Examples

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

Run the code above in your browser using DataLab