Description Usage Arguments Source Examples
Fetch current Vegas futures and collect them
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | summarize_futures(.data)
read_ws_futures()
read_ws_futures_vegasinsider()
glm_ws(from = 1998, ...)
predict_wins(mod, probs, ...)
read_ws_futures_oddsshark()
read_ws_futures_actionnetwork()
read_ws_futures_sportsline()
read_ws_futures_sportsoddshistory()
|
.data |
A |
from |
Year from which to draw historical data |
... |
currently ignored |
mod |
a |
probs |
a vector of probabilities |
http://www.vegasinsider.com/mlb/odds/futures/
https://www.oddsshark.com/mlb/odds/futures
https://www.actionnetwork.com/mlb/future
https://www.sportsline.com/mlb/futures/
https://www.sportsoddshistory.com/mlb-odds/live-world-series-odds/
1 2 3 4 5 | ## Not run:
x <- read_ws_futures()
summarize_futures(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.