odds_to_probs(odds, log = FALSE, ...)# S3 method for data.frame
odds_to_probs(odds, log = FALSE, select = NULL, exclude = NULL, ...)
probs_to_odds(probs, log = FALSE, ...)
# S3 method for data.frame
probs_to_odds(probs, log = FALSE, select = NULL, exclude = NULL, ...)
convert_odds_to_probs(odds, log = FALSE, ...)
convert_probs_to_odds(probs, log = FALSE, ...)