Learn R Programming

HuraultMisc (version 1.1.1)

logit: Logit and Inverse logit

Description

Logit and Inverse logit

Usage

logit(x)

inv_logit(x)

Arguments

x

Numeric vector.

Value

Numeric vector.

Examples

Run this code
# NOT RUN {
logit(0.5)
inv_logit(0)
# }

Run the code above in your browser using DataLab