Learn R Programming

HelpersMG (version 6.2)

logit: Return the logit

Description

Return the logit.

Usage

logit(p)

Value

A value

Arguments

p

The probability

Author

Marc Girondot marc.girondot@gmail.com

Details

logit returns the logit

See Also

Other logit: flexit(), invlogit()

Examples

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

Run the code above in your browser using DataLab