Skip to content

Commit 537b9d3

Browse files
committed
initial commit
0 parents  commit 537b9d3

File tree

110 files changed

+11097
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+11097
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata
5+
*_cache

README.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# ScPoEconometrics **Advanced Course** Slide Host
2+
3+
* Here you can look at the slides for the [Advanced Econometrics Course](https://github.com/ScPoEcon/ScPoEconometrics) course.
4+
* This repo is frequently updated, so check back often.
5+
6+
7+
## Slides
8+
9+
Lecture 1: Introduction, Logistics and Recap 1 from intro course
10+
11+
Lecture 2: Recap 2 from intro course + intro do data.table
12+
13+
Session 3: Instrumental Variables and Causality 1
14+
15+
Session 4: Instrumental Variables and Causality 2
16+
17+
Session 5: Instrumental Variables and Causality 3
18+
19+
Session 6: Panel Data 1: What, How and Why?
20+
21+
Session 6: Panel Data 2: Applications and Methods
22+
23+
Session 7: Discrete Outcomes: Logit and Probit 1
24+
25+
Session 8: Discrete Outcomes: Logit and Probit 2
26+
27+
Session 9: Intro to Machine Learning 1: PCA and K-Means
28+
29+
Session 10: Intro to Machine Learning 2: Machine Learning and Causality, How to choose the Best Model?
30+
31+
Session 11: Recap / Buffer 1
32+
33+
Session 12: Recap / Buffer 2
34+
35+
## Legal
36+
37+
You can copy and adapt this material for your purposes, as long as you give appropriate credit and share the work yourself under same terms. Of course you can use the slides to teach in your classrooms. *Appropriate Credit* means that somewhere in your slides there is link back to this repo, indicating that this is what you are building upon. Click on the icon for details.
38+
39+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
40+
41+
## How to build
42+
43+
* These are simply Rmarkdown slides.
44+
* So, in Rstudio, just click *knit*.
45+
* To print slides as PDF, do
46+
```decktape chapter1.html chapter1.pdf --chrome-arg=--disable-web-security```
47+
using the awesome [decktape](https://github.com/astefanutti/decktape)

ScPo-advanced.Rproj

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 4
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX

0 commit comments

Comments
 (0)