Learn R Programming

predieval (version 0.1.1)

logit: Logit

Description

Calculates the logit of a real number between 0 and 1

Usage

logit(x)

Arguments

x

A real number between 0 and 1

Value

log(x/(1-x))

Examples

Run this code
# NOT RUN {
logit(0.2)
# }

Run the code above in your browser using DataLab