-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
44 lines (27 loc) · 1014 Bytes
/
README.Rmd
File metadata and controls
44 lines (27 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
output:
md_document:
variant: markdown_github
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
This package provied a graphical user interface (GUI) for the [implied](https://cran.r-project.org/web/packages/implied/index.html) 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
```{r, eval=FALSE}
install.packages("devtools")
devtools::install_github("opisthokonta/impliedgui")
```
# Use
To load the GUI from R, run the following two lines of code:
```{r, eval=FALSE}
library(impliedgui)
impliedGUI()
```
# Screenshots
```{r, eval=TRUE, echo=FALSE}
knitr::include_graphics("README_files/pic1.png")
knitr::include_graphics("README_files/pic3_2.png")
knitr::include_graphics("README_files/pic4.png")
knitr::include_graphics("README_files/pic5_2.png")
```