logit: Calculate the logit of a number

Description Usage Arguments Value Examples

View source: R/miscUtils.R

Description

Calculate the logit of a number

Usage

1
logit(x)

Arguments

x

A number between 0 and 1.

Value

log( x / ( 1 - x ) )

Examples

1
logit(0.9)

kikapp/kikapputils documentation built on May 24, 2021, 10:41 p.m.