forked from aeturrell/coding-for-economists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
120 lines (120 loc) · 2.72 KB
/
_toc.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
format: jb-book
root: intro
parts:
- caption: Getting Started
chapters:
- file: code-preliminaries
- file: code-basics
- file: workflow-basics
- file: code-where
- caption: Essential Data
chapters:
- file: data-analysis-quickstart
- file: data-intro
- file: data-transformation
- file: data-read-and-write
- file: data-numbers
- file: data-categorical
- file: data-spreadsheets
- caption: Essential Coding
chapters:
- file: code-best-practice
- file: code-advanced
- file: code-advcd-best-practice
- caption: Essential Data Visualisation
chapters:
- file: vis-intro
- file: vis-letsplot
- file: vis-matplotlib
- file: vis-common-plots
- caption: Essential Workflow
chapters:
- file: auto-research-outputs
- file: wrkflow-markdown
- file: wrkflow-command-line
- file: wrkflow-version-control
- caption: Econometrics
chapters:
- file: econmt-probability-random
- file: econmt-statistics
- file: econmt-regression
- file: econmt-generalised-models
- file: econmt-diagnostics
- file: econmt-causal-inference
- file: econmt-bayesian
- file: econmt-bayes-bambi
- caption: Data
chapters:
- file: data-boolean
- file: data-joining-data
- file: data-missing-values
- file: data-exploratory-analysis
- file: data-extraction
- file: data-databases
- file: data-advanced
- file: data-sharing
- caption: Coding
chapters:
- file: code-further-advanced
- caption: Data Visualisation
chapters:
- file: vis-narrative
- file: vis-tables
- file: vis-dashboards
- file: vis-animation
- caption: Workflow
chapters:
- file: wrkflow-quarto
- file: wrkflow-environments
- file: wrkflow-rap
- caption: Time
chapters:
- file: time-intro
- file: time-series
- file: time-fcasts-env
# - file: time-nowcasting
- caption: Text Analysis
chapters:
- file: text-intro
- file: text-regex
- file: text-nlp
- caption: Machine Learning
chapters:
- file: ml-intro
- file: ml-sup
- file: ml-data
- file: ml-unsup
# - caption: Automation
# chapters:
# - file: auto-office
- caption: Geospatial
chapters:
- file: geo-intro
- file: geo-vis
- caption: Mathematics
chapters:
- file: maths-abstract
- file: maths-numerical
- caption: Craft
chapters:
- file: craft-intro
- file: craft-search
- file: craft-writing-papers
- file: craft-research-blogs
- file: craft-referee
- file: craft-technical-reports
- file: craft-extended-abstracts
- caption: Further Data Visualisation
chapters:
- file: vis-plotnine
- file: vis-seaborn
- caption: Coming from ...
chapters:
- file: coming-from-stata
- file: coming-from-matlab
- file: coming-from-r
- file: coming-from-excel
- caption: End Matter
chapters:
- file: contributing
- file: zreferences