logit {makemyprior}R Documentation

logit

Description

Calculates logit, log(x/(1-x)) = log(x) - log(1-x)

Usage

logit(x)

Arguments

x

Value between 0 and 1, or vector of such values

Value

logit value

Examples

logit(0.5)
logit(seq(0, 1, 0.1))


[Package makemyprior version 1.2.1 Index]