Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 818 Bytes

File metadata and controls

29 lines (20 loc) · 818 Bytes

This package provied a graphical user interface (GUI) for the implied package. The goal is to make it easier to convert bookmaker odds to proper probabilities.

The app only works with odds in decimal form.

If you find this app useful, please consider supporting the development at https://ko-fi.com/opisthokonta

Installation

install.packages("devtools")
devtools::install_github("opisthokonta/impliedgui")

Use

To load the GUI from R, run the following two lines of code:

library(impliedgui)
impliedGUI()

Screenshots