Learn R Programming

scpoisson (version 0.0.1)

logit: Logit transformation

Description

This function applies logit transformation for a given probability

Usage

logit(p)

Value

a numeric value transformed to the real line

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