-
Notifications
You must be signed in to change notification settings - Fork 8
/
_quarto.yml
39 lines (33 loc) · 979 Bytes
/
_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
project:
type: book
output-dir: docs
book:
title: "Quantitative Methods 2"
author: "Ollie Ballinger"
date: "10/10/2024"
google-analytics: UA-154866877-2
chapters:
- index.qmd
- ./notebooks/W01. Python Recap.ipynb
- ./notebooks/W02. Pandas.ipynb
- ./notebooks/W03. Spatial Data.ipynb
- ./notebooks/W04. Natural Language Processing.ipynb
- ./notebooks/W05. Distributions and Basic Statistics.ipynb
- ./notebooks/RW. Merging and Joining.ipynb
- ./notebooks/W06. Hypothesis Testing.ipynb
- ./notebooks/W07. Linear Regression.ipynb
- ./notebooks/W08. Diff-in-Diff.ipynb
- ./notebooks/W09. Regression Discontinuity.ipynb
- ./notebooks/W10. Machine Learning.ipynb
repo-url: https://github.com/oballinger/QM2/
repo-actions: [edit]
downloads: [pdf, epub]
sharing: [twitter, facebook]
sidebar:
logo: logo2.png
bibliography: references.bib
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt