Learn R Programming

bhmbasket (version 0.9.5)

invLogit: invLogit

Description

This function returns the inverse logit of the input argument.

Usage

invLogit(theta)

Value

Inverse logit of theta

Arguments

theta

A numeric

Author

Stephan Wojciekowski

Details

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

See Also

Examples

Run this code
invLogit(logit(0.3))
invLogit(c(-Inf, 0, Inf))

Run the code above in your browser using DataLab