logit: Logit Function

Description Usage Arguments Value Examples

View source: R/logit.R

Description

This function maps a number x between 0 and 1 to logit(x) = log(x/(1-x))

Usage

1
logit(x)

Arguments

x

numeric between 0 and 1

Value

numeric on the real line

Examples

1
logit(.3)

GarrettMooney/moonmisc documentation built on Oct. 19, 2019, 7:51 p.m.