foldp | R Documentation |
p+eps
to 1-p+eps
.This is a convenience function that returns
\frac{p+\epsilon}{1-p+\epsilon}
. It calculates
the argument that is supplied to the log
function in Tukey's ‘flog’.
foldp(p, eps)
p |
Proportion |
eps |
Offset. The choice |
(p+eps)/(1-p+eps)
foldp(c(0.2,0.75), 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.