logit: Computes the log-odds of a number

Description Usage Arguments Value See Also

View source: R/utils.R

Description

The function is defined by

ln( p / ( 1 - p ) )

Usage

1
logit(p)

Arguments

p

A real number in the range [0, 1]

Value

The log-odds of p, a real number symmetric around 0

See Also

logistic

Other logistic equations: logistic


adknudson/BayesPsychometric documentation built on Nov. 22, 2019, 1:59 p.m.