Monty Hall Problem - 2020 Shiny Contest Submission

Monty Hall Problem

Authors: Shrinidhee Shevade
Working with Shiny more than 1 year

Abstract: Game to play monty hall problem

Full Description: Imagine you're on a game show, and you're given the choice of three doors: Behind one door is a car; behind the others, goats. You pick a door, say No. 1, and the host, who knows what's behind the doors, opens another door, say No. 3, which has a goat (obviously, host always opens the door with a goat). He then says to you, "Do you want to pick door No. 2?"

Is it to your advantage to switch your choice?


Category: Other
Keywords: probability, game
Shiny app: https://shrinidhee.shinyapps.io/monty_hall_game/
Repo: GitHub - shrinidhee/Monty-Hall-Problem
RStudio Cloud: Posit Cloud

Thumbnail:

Full image:

3 Likes

68% after 50 games thanks to a long winning streak at the end, great app!

PS: perhaps display an alert if we click on "Reset score" (I have clicked on it twice by mistake)