Learn R Programming

SUMMER (version 2.0.0)

logit: Logit transformation

Description

Logit transformation

Usage

logit(x)

Value

logit of x

Arguments

x

data

Examples

Run this code
x <- .5
logit(x)

Run the code above in your browser using DataLab