| cfbd_metrics_ppa_predicted | R Documentation |
Calculate predicted points using down and distance
cfbd_metrics_ppa_predicted(down, distance)
down |
(Integer required): Down filter |
distance |
(Integer required): Distance filter |
cfbd_metrics_ppa_predicted() - A data frame with 2 variables:
| col_name | types | description |
| yard_line | integer | Yards to goal. |
| predicted_points | numeric | Predicted points in that down-distance-yardline scenario. |
Other CFBD Metrics:
cfbd_metrics_fg_ep(),
cfbd_metrics_ppa_games(),
cfbd_metrics_ppa_players_games(),
cfbd_metrics_ppa_players_season(),
cfbd_metrics_ppa_teams(),
cfbd_metrics_wepa_players_kicking(),
cfbd_metrics_wepa_players_passing(),
cfbd_metrics_wepa_players_rushing(),
cfbd_metrics_wepa_team_season(),
cfbd_metrics_wp(),
cfbd_metrics_wp_pregame()
try(cfbd_metrics_ppa_predicted(down = 1, distance = 10))
try(cfbd_metrics_ppa_predicted(down = 3, distance = 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.