Learn R Programming

ssa (version 1.3.0)

logit: Logit function

Description

Logit function

Usage

logit(x)

Arguments

x

value between 0 and 1

Value

log(x/(1-x))

Examples

Run this code
# NOT RUN {
x <- 0.3;
logit(x);

# }

Run the code above in your browser using DataLab