powered by
odds
logOdds
invOdds
invLogOdds
odds(x) logOdds(x) invOdds(x) invLogOdds(x)
x <- sort(runif(10)) odds.df <- data.frame(x = x, odds = odds(x), logOdds = logOdds(x)) odds.df invOdds(odds.df$odds) invLogOdds(odds.df$logOdds)
Run the code above in your browser using DataLab