According to this approach here is my attempt to do predictions for the FIFA World Cup 2022:
- Fetch quoted odds from https://www.oddschecker.com/football/world-cup/winner using fetchData.R
- Transform them to odds and calculate aggregated probabilities using calcProbabilities.R
- Run the simulations via the given java program using probabilites2022xxxx.csv as input.
- Copy all csv-files to the app folder and view the results in the shiny app.
This app is also running on shinyapps.io: https://wittmann.shinyapps.io/FIFA_WORLD_CUP_2022_Prediction/