logit: Return the logit

View source: R/logit.R

logitR Documentation

Return the logit

Description

Return the logit.

Usage

logit(p)

Arguments

p

The probability

Details

logit returns the logit

Value

A value

Author(s)

Marc Girondot marc.girondot@gmail.com

See Also

Other logit: flexit(), invlogit()

Examples

n <- logit(0.5)
invlogit(n)

HelpersMG documentation built on Oct. 5, 2023, 5:08 p.m.