logit {scpoisson} | R 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
[Package scpoisson version 0.0.1 Index]