-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
114 lines (111 loc) · 3.11 KB
/
_quarto.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
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: ADD
#cover-image-alt: ADD
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>.
cover-image: images/cover.png
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
- modern-portfolio-theory.qmd
- cluster-analysis.qmd
- time-series-analysis.qmd
- decision-making.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: 4
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: clean
openSidebar: false
#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
keep-tex: 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
epub:
cover-image: images/cover.png
execute:
error: true
message: false
warning: false