logit.Rd
This function calculates the logit (log of the odds) of a set of probabilities.
logit(p, na.rm = TRUE)
A set of probabilities (0 ≤ p ≤ 1).
Logical; if TRUE
, removes NA
values first.
Returns a set of values that now lie between -∞ and ∞.