Description Usage Arguments Value Examples
Convert Points to Wins
1 | convert_points_to_wins(model_data_list, points_per_win)
|
model_data_list |
List that must have the following:
|
points_per_win |
Value indicating the number of points per win to use (will usually be the result of a function). |
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_points_to_wins(model_data_list, points_per_win)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.