Description Usage Arguments Details Value Note
Given a parsed NCAA bracket, walk forward through each round to generate a bracket
1 | walkTourney(preds, year = 2019, upset_bias = 0)
|
preds |
Predicted outcomes for ALL possible matchups |
year |
The year of the tournament. Used to subset preds, if preds contain multiple seasons |
upset_bias |
If you want more upsets in your bracket, a little upset bias will give close games to the underdog. |
If your probabilities are transative, there's no reason to simulate the tournament. You can just walk forward to generate a bracket
a data.table
Much faster than simulation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.