View source: R/load_cfb_datasets.R
| load_cfb_recruiting_proj | R Documentation |
Loads recruiting-based team projections – one row per team-season with
talent-derived projection inputs. Published to the
cfb_recruiting_proj release tag on the sportsdataverse-data repo.
load_cfb_recruiting_proj(
seasons = most_recent_cfb_season(),
...,
dbConnection = NULL,
tablename = NULL
)
seasons |
A vector of 4-digit years associated with given college football seasons. Published coverage runs 2016 through the most recent season. Pass |
... |
Additional arguments passed to an underlying function that writes the season data into a database. |
dbConnection |
A |
tablename |
The name of the data table within the database |
Returns a cfbfastR_data tibble.
| col_name | types | description |
| season | integer | |
| team_id | integer | |
| pred_wins | double | Ridge projection of the team's season win total, fit strictly on prior seasons from talent composite, blue-chip ratio, offensive and defensive returning production, and prior wins. |
| pred_margin | double | Ridge projection of the team's average per-game scoring margin, from the same preseason-known feature set as pred_wins. |
| pred_net_epa | double | Reserved slot for a projected adjusted net EPA; it ships all-null because the adjusted-EPA training target is not currently loadable. |
Saiem Gilani
try(load_cfb_recruiting_proj(2016))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.