logittoprob: Logit-to-Proportion Transformation

View source: R/logittoprob.R

logittoprobR Documentation

Logit-to-Proportion Transformation

Description

Back-transforms logits to proportions. The logit represents the log odds of a "hit" or a 1–that is, log(p(hit)/(1-p(hit))– and is a better transformation to proportions for approximating the normal distribution than is the arcsine transformation.

Usage

logittoprob(x)

Arguments

x

logit value to transformed into a proportion

See Also

logit to transform proportions into logits.

Examples

logittoprob(1.37)
logittoprob(logit(0.25))


sfraundorf/psycholing documentation built on April 23, 2022, 2:50 a.m.