logit: Logit

View source: R/simbinary.R

logitR Documentation

Logit

Description

Calculates the logit of a real number between 0 and 1

Usage

logit(x)

Arguments

x

A real number between 0 and 1

Value

log(x/(1-x))

Examples

logit(0.2)

esm-ispm-unibe-ch/predieval documentation built on Nov. 15, 2022, 8:12 a.m.