Description Usage Arguments Details Value
Given the results of simTourney, this function pulls out a single tournament result.
1 | extractBracket(sim, restrict = TRUE)
|
sim |
The outcome of a simTourney run |
restrict |
Restrict the brakcet to realistic result: if a team wins a given game, they must also have won all prior games. Set to FALSE for impossible, but still very interesting brackets |
This function starts with the most likely winner, and then assumes they won all prior games. It then picks the most likely other team in the championship game, and assumes that team won all prior games. As such, it works backwards to determine a single result from a simulation.
a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.