men_hall | R Documentation |
Shiny app for the Monty Hall problem:
men_hall(pointdoor = 1, afteropen = 1)
pointdoor |
integer: to which door to point (default: |
afteropen |
integer: play strategy 1=keep door, 2=change door (default: |
Suppose 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. He then says to you, "Do you want to pick door No. 2?" Is it to your advantage to switch your choice?
nothing
if (interactive()) men_hall() if (interactive()) men_hall(4, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.