espn_ratings_fpi: *ESPN FPI Ratings*

View source: R/espn_cfb_ratings.R

espn_ratings_fpiR Documentation

ESPN FPI Ratings

Description

Get FPI historical rating data (most recent of each year)

Usage

espn_ratings_fpi(year = 2019)

Arguments

year

Year
Minimum value accepted: 2004

Details

Adapted from sabinanalytic's fork of the cfbfastR repo

Value

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.

Examples


  try(espn_ratings_fpi(year=2019))


cfbfastR documentation built on Aug. 24, 2026, 5:13 p.m.