This repository has been archived by the owner on Apr 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
_pkgdown.yml
191 lines (188 loc) · 6.58 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
template:
params:
bootswatch: cosmo
opengraph:
image:
src: https://raw.githubusercontent.com/saiemgilani/cfbscrapR/master/man/figures/cfbscrapR.ico
twitter:
site: "@cfbscrapR"
card: summary_large_image
title: cfbscrapR
url: http://saiemgilani.github.io/cfbscrapR
authors:
Saiem Gilani:
href: https://twitter.com/saiemgilani
Meyappan Subbaiah:
href: https://twitter.com/msubbaiah1
Jared Lee:
href: https://twitter.com/JaredDLee
Parker Fleming:
href: https://twitter.com/statsowar
Nate Manzo:
href: https://twitter.com/cfbNate
Michael Egle:
href: https://twitter.com/deceptivespeed_
Eric Hess:
href: https://twitter.com/arbitanalytics
home:
navbar:
icon: https://raw.githubusercontent.com/saiemgilani/cfbscrapR/master/man/figures/cfbscrapR.ico
title: "cfbscrapR"
left:
- icon: fa-home
href: index.html
- icon: fa-question-circle-o
text: "Tutorials"
menu:
- text: Vignettes
href: articles/index.html
- text: Introductory
- text: CFB Analytics with cfbscrapR
href: articles/intro.html
- text: Animated Win Probability Plots
href: articles/animated-wp-plotting.html
- text: Fourth Down Tendency Plots
href: articles/fourth-down-plot-tutorial.html
- text: Rolling EPA Graphs
href: articles/rolling-epa-graph.html
- text: Visualizing Team Talent with Player Recruit Rankings
href: articles/nth-rated-recruit.html
- text: Expected Points Model Fundamentals
- text: "Part 1 - Model Definition"
href: articles/college-football-expected-points-model-fundamentals-part-i.html
- text: "Part 2 - Regression Models"
href: articles/college-football-expected-points-model-fundamentals-part-ii.html
- text: "Part 3 - History of Expected Points Models"
href: articles/college-football-expected-points-model-fundamentals-part-iii.html
- icon: fa-file-code-o
text: "Functions"
href: reference/index.html
- icon: fa-newspaper-o
text: "News"
href: news/index.html
- icon: fa-database
text: "Data"
href: https://github.com/saiemgilani/cfbscrapR-data
right:
- icon: fab fa-twitter fa-lg
href: https://twitter.com/cfbscrapR
- icon: fab fa-github fa-lg
text: "GitHub"
href: https://github.com/saiemgilani/cfbscrapR/
reference:
- subtitle: Games Data Functions
desc: Functions exported by cfbscrapR sourced from games endpoint of the CollegeFootballData API
contents:
- '`cfb_calendar`'
- '`cfb_game_info`'
- '`cfb_game_records`'
- '`cfb_game_team_stats`'
- '`cfb_game_player_stats`'
- '`cfb_game_box_advanced`'
- '`cfb_game_media`'
- '`cfb_betting_lines`'
- '`cfb_game_box_advanced`'
- subtitle: Drives Data Function
desc: Functions exported by cfbscrapR sourced from drives endpoint of the CollegeFootballData API
contents:
- '`cfb_drives`'
- subtitle: Plays Data Functions
desc: Functions exported by cfbscrapR sourced from plays endpoint of the CollegeFootballData API
contents:
- '`cfb_pbp_data`'
- '`cfb_play_types`'
- '`cfb_play_type_df`'
- '`cfb_play_stats_player`'
- '`cfb_play_stats_types`'
- subtitle: Teams Functions
desc: Functions exported by cfbscrapR sourced from the teams endpoint of the CollegeFootballData API
contents:
- '`cfb_team_info`'
- '`cfb_team_matchup`'
- '`cfb_team_matchup_records`'
- '`cfb_team_roster`'
- '`cfb_team_talent`'
- subtitle: Players Functions
desc: Functions exported by cfbscrapR sourced from the teams endpoint of the CollegeFootballData API
contents:
- '`cfb_player_info`'
- '`cfb_player_usage`'
- '`cfb_player_returning`'
- subtitle: Stats Functions
desc: Functions exported by cfbscrapR sourced from the conferences endpoint of the CollegeFootballData API
contents:
- '`cfb_stats_categories`'
- '`cfb_stats_season_team`'
- '`cfb_stats_game_advanced`'
- '`cfb_stats_season_advanced`'
- '`cfb_stats_season_player`'
- subtitle: Conference Functions
desc: Functions exported by cfbscrapR sourced from the conferences endpoint of the CollegeFootballData API
contents:
- '`cfb_conferences`'
- '`cfb_conf_types_df`'
- subtitle: Rankings and Ratings Functions
desc: Functions exported by cfbscrapR sourced from the rankings and ratings endpoints of the CollegeFootballData API
contents:
- '`cfb_rankings`'
- '`cfb_ratings_sp`'
- '`cfb_ratings_sp_conference`'
- '`cfb_ratings_srs`'
- '`cfb_ratings_fpi`'
- subtitle: Recruiting functions
desc: Functions exported by cfbscrapR sourced from the rankings and ratings endpoints of the CollegeFootballData API
contents:
- '`cfb_recruiting_player`'
- '`cfb_recruiting_team`'
- '`cfb_recruiting_position`'
- subtitle: Metrics Functions
desc: Functions exported by cfbscrapR sourced from the Predicted Points Added (PPA) endpoints of the CollegeFootballData API
contents:
- '`cfb_metrics_ppa_predicted`'
- '`cfb_metrics_ppa_teams`'
- '`cfb_metrics_ppa_games`'
- '`cfb_metrics_ppa_players_season`'
- '`cfb_metrics_ppa_players_games`'
- '`cfb_metrics_wp`'
- '`cfb_metrics_espn_wp`'
- '`cfb_metrics_wp_pregame`'
- subtitle: School Functions
desc: Functions exported by cfbscrapR sourced from venues and coaches endpoints of the CollegeFootballData API
contents:
- '`cfb_venues`'
- '`cfb_coaches`'
- subtitle: Plotting Functions
desc: Plotting play-by-play sequences and game win probability charts
contents:
- '`plot_wpa`'
- '`plot_pbp_sequencing`'
- '`plot_away_travel`'
- subtitle: Internals
desc: Internal functions and helpers
contents:
- '`ep_fg_model_select`'
- '`get_preds_ep`'
- '`create_epa`'
- '`epa_fg_probs`'
- '`create_wpa_naive`'
- '`create_wpa_betting`'
- '`add_betting_cols`'
- '`clean_drive_info`'
- '`penalty_detection`'
- '`add_play_counts`'
- '`clean_pbp_dat`'
- '`clean_drive_dat`'
- '`prep_epa_df_after`'
- '`ep_model_select`'
- '`ep_model_select_check`'
- '`wp_model_select`'
- '`wp_model_select_check`'
- '`penalty_detection_select`'
- '`add_play_counts_select`'
- '`clean_pbp_dat_select`'
- '`clean_drive_dat_select`'
- '`add_player_cols_select`'
- '`add_yardage_select`'
- '`prep_epa_df_after_select`'
- '`prep_df_pbp_overview`'
- '`check_internet`'