get_odds: Compute Odds From Probabilities

View source: R/compute_odds.R

get_oddsR Documentation

Compute Odds From Probabilities

Description

Compute odds from probabilities. The function is vectorized and can handle a vector of probabilities.

Usage

get_odds(p)

Arguments

p

vector of probabilities. May not be larger than 1 or smaller than zero.


mbannert/dropR documentation built on March 28, 2024, 2:12 p.m.