-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_quarto.yml
More file actions
141 lines (137 loc) · 3.81 KB
/
_quarto.yml
File metadata and controls
141 lines (137 loc) · 3.81 KB
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
project:
type: book
book:
title: "Fantasy Football Analytics: Statistics, Prediction, and Empiricism Using R"
subtitle: "Version 0.0.1"
author: "Isaac T. Petersen"
date: today
cover-image: images/bookCover.png
cover-image-alt: "Fantasy Football Analytics Book Cover"
sharing: [twitter, facebook, linkedin]
#doi: ADD
#isbn: ADD
keyword: fantasy football, fantasy football analytics, data analysis, statistical analysis, statistics, R software, prediction, empiricism
license: "CC BY"
reader-mode: true
page-footer:
left: |
"Fantasy Football Analytics: Statistics, Prediction, and Empiricism Using R" was written by <a href="https://psychology.uiowa.edu/people/isaac-petersen">Isaac T. Petersen</a>.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
favicon: images/logo.png
twitter-card: true
open-graph: true
site-url: https://isaactpetersen.github.io/Fantasy-Football-Analytics-Textbook
repo-url: https://github.com/isaactpetersen/Fantasy-Football-Analytics-Textbook
repo-branch: main
repo-actions: [edit, source, issue]
google-analytics: G-C3SNF7Y0PJ
chapters:
- index.qmd
- intro.qmd
- fantasy-football.qmd
- getting-started.qmd
- download-football-data.qmd
- data-visualization.qmd
- player-evaluation.qmd
- draft.qmd
- research-methods.qmd
- basic-statistics.qmd
- correlation.qmd
- multiple-regression.qmd
- mixed-models.qmd
- causal-inference.qmd
- cognitive-bias.qmd
- actuarial.qmd
- base-rates.qmd
- evaluating-prediction-accuracy.qmd
- mythbusters.qmd
- machine-learning.qmd
- modern-portfolio-theory.qmd
- cluster-analysis.qmd
- factor-analysis.qmd
- pca.qmd
- simulation.qmd
- time-series-analysis.qmd
- decision-making.qmd
- sports-cognitive-psychology.qmd
- references.qmd
bibliography: [references.bib, packages.bib]
csl: apa.csl
nocite: |
@Corston2000
format:
html:
highlight-style: a11y
theme:
light: [cosmo, fonts/css/lora.css]
dark: [cosmo, fonts/css/lora.css, theme-dark.scss]
mainfont: Lora #gfonts::setup_font("lora", output_dir = "./fonts/"); gfonts::get_all_fonts()
code-link: true
number-sections: true
code-fold: show
code-line-numbers: true
toc: true
toc-depth: 5
execute:
error: true
message: false
warning: false
keep-md: true
link-external-newwindow: true
embed-resources: false
anchor-sections: true
df-print: paged
comments:
hypothesis:
theme: classic
openSidebar: false
showHighlights: whenSidebarOpen
giscus:
repo: isaactpetersen/Fantasy-Football-Analytics-Textbook
repo-id: R_kgDOL6_f_A
category: Chapter Comments
category-id: DIC_kwDOL6_f_M4Cnvl7
mapping: pathname
reactions-enabled: true
loading: lazy
input-position: top
#include-in-header:
# - "includes/google_analytics.html"
include-before-body:
- "includes/open-review.html"
include-after-body:
# - "includes/disqus.html"
- "includes/email_submit.html"
# - "includes/footer.html"
license: CC BY
author-meta: "Isaac T. Petersen"
date-meta: today
pdf:
documentclass: krantz
classoption: krantz2
link-citations: true
colorlinks: true
keep-tex: true
lot: true
lof: true
include-in-header: latex/preamble.tex
include-before-body: latex/before_body.tex
include-after-body: latex/after_body.tex
execute:
error: true
message: false
warning: false
cite-method: biblatex
biblatexoptions:
- "backend=biber"
- "backref=true"
- "style=apa"
- "language=american"
epub:
execute:
error: true
message: false
warning: false
lightbox:
match: auto