Description Usage Arguments Value Examples
Convert Probabilities to Wins
1 | convert_prob_to_wins(model_data_list)
|
model_data_list |
List that must have the following:
|
The input position tables with WAR columns for air, yac, rush, and totals along with upper/lower bounds.
1 2 3 | # Calculate the WAR values:
model_data_list <- model_data_list %>%
convert_prob_to_wins(model_data_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.