logit: Logit transformation

logitR Documentation

Logit transformation

Description

This function applies logit transformation for a given probability

Usage

logit(p)

Arguments

p

a numeric value of probability, ranges between 0 and 1, exactly 0 and 1 not allowed

Details

The logit function transforms a probability within the range of 0 and 1 to the real line

Value

a numeric value transformed to the real line


scpoisson documentation built on Aug. 17, 2022, 9:05 a.m.