Compute odds from probabilities. The function is vectorized and
can handle a vector of probabilities, e.g. remaining percent of participants
as calculated by compute_stats().
Usage
get_odds(p)
Value
Returns numerical vector of the same length as original input reflecting the odds.
Arguments
p
vector of probabilities. May not be larger than 1 or smaller than zero.