limited_logit | R Documentation |
Computes the logits from probabilities
limited_logit(p, stab = 0.001)
p |
probability (vector) |
stab |
limit p to [stab, 1-stab] for numerical stability |
log(p / (1 - p))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.