Learn R Programming

SUMMER (version 0.2.3)

logit: Logit transformation

Description

Logit transformation

Usage

logit(x)

Arguments

x

data

Value

logit of x

Examples

Run this code
# NOT RUN {
x <- .5
logit(x)

# }

Run the code above in your browser using DataLab