Learn R Programming

bhmbasket (version 1.0.0)

logit: logit

Description

This function returns the logit of the input argument.

Usage

logit(p)

Value

logit of p

Arguments

p

A numeric in (0, 1)

Author

Stephan Wojciekowski

Details

This function is an alias for `stats::binomial()$linkfun`

See Also

Examples

Run this code
logit(invLogit(0.3))
logit(c(0, 0.5, 1))

Run the code above in your browser using DataLab