View source: R/espn_ratings_fpi.R
espn_ratings_fpi | R Documentation |
Get FPI historical rating data (most recent of each year)
espn_ratings_fpi(year = 2019)
year |
Year |
Adapted from sabinanalytic's fork of the cfbfastR repo
A data frame with 20 variables:
year
: integer.Season of the Football Power Index (FPI) Rating.
team_id
: integer.Unique ESPN team ID - team_id
.
team_name
: character.Team Name.
team_abbreviation
: character.Team abbreviation.
fpi
: character.Football Power Index (FPI) Rating.
fpi_rk
: character.Football Power Index (FPI) Rank.
trend
: character.Football Power Index (FPI) ranking trend.
projected_wins
: character.Projected Win total for the season.
projected_losses
: character.Projected Loss total for the season.
win_out_pct
: double.Probability the team wins out.
win_6_pct
: double.Probability the team wins at least six games.
win_division_pct
: double.Probability the team wins at their division.
playoff_pct
: double.Probability the team reaches the playoff.
nc_game_pct
: double.Probability the team reaches the national championship game.
nc_win_pct
: double.Probability the team wins the national championship game.
win_conference_pct
: double.Probability the team wins their conference game.
w
: integer.Wins on the season.
l
: integer.Losses on the season.
t
: character.Ties on the season.
try(espn_ratings_fpi(year=2019))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.