|
4 | 4 | <title>ScPoEconometrics: Advanced</title>
|
5 | 5 | <meta charset="utf-8" />
|
6 | 6 | <meta name="author" content="Florian Oswald" />
|
| 7 | + <script src="libs/header-attrs/header-attrs.js"></script> |
7 | 8 | <link href="libs/remark-css/default.css" rel="stylesheet" />
|
8 | 9 | <script src="https://use.fontawesome.com/5235085b15.js"></script>
|
9 |
| - |
| 10 | + |
10 | 11 | <!-- Global site tag (gtag.js) - Google Analytics -->
|
11 | 12 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-41584331-6"></script>
|
12 | 13 | <script>
|
13 | 14 | window.dataLayer = window.dataLayer || [];
|
14 | 15 | function gtag(){dataLayer.push(arguments);}
|
15 | 16 | gtag('js', new Date());
|
16 |
| - |
| 17 | + |
17 | 18 | gtag('config', 'UA-41584331-6');
|
18 | 19 | </script>
|
| 20 | + |
19 | 21 | <link rel="stylesheet" href="../../css/scpo.css" type="text/css" />
|
20 | 22 | <link rel="stylesheet" href="../../css/scpo-fonts.css" type="text/css" />
|
21 | 23 | </head>
|
22 | 24 | <body>
|
23 | 25 | <textarea id="source">
|
24 | 26 | class: center, middle, inverse, title-slide
|
25 | 27 |
|
| 28 | +.title[ |
26 | 29 | # ScPoEconometrics: Advanced
|
| 30 | +] |
| 31 | +.subtitle[ |
27 | 32 | ## Instrumental Variables
|
| 33 | +] |
| 34 | +.author[ |
28 | 35 | ### Florian Oswald
|
29 |
| -### SciencesPo Paris </br> 2020-10-07 |
| 36 | +] |
| 37 | +.date[ |
| 38 | +### SciencesPo Paris </br> 2024-03-05 |
| 39 | +] |
30 | 40 |
|
31 | 41 | ---
|
32 | 42 |
|
|
148 | 158 | background-image: url(../../img/slum.jpg)
|
149 | 159 | background-size: cover
|
150 | 160 |
|
151 |
| -.pull-right[ |
| 161 | +--- |
| 162 | +background-image: url(../../img/slum.jpg) |
| 163 | +background-size: cover |
| 164 | + |
| 165 | +.center[ |
152 | 166 | <br>
|
153 | 167 | <br>
|
154 | 168 | <br>
|
155 |
| -.red[ |
| 169 | +.white[ |
156 | 170 | ## In 1850:
|
157 | 171 |
|
158 | 172 |
|
|
162 | 176 |
|
163 | 177 | * Most human pathogens are not visible to the naked eye.
|
164 | 178 |
|
165 |
| -* The so-called *infection theory* (i.e. infection via *germs*) has some supporters, |
| 179 | +* The so-called *infection theory* (i.e. infection via *germs*) has some supporters, |
166 | 180 |
|
167 | 181 | * but the dominant idea is that disease, in general, results from [*miasmas*](https://en.wikipedia.org/wiki/Miasma_theory)
|
168 | 182 | ]
|
|
192 | 206 |
|
193 | 207 | --
|
194 | 208 |
|
195 |
| -.center[May the force be with you. (click [here!](https://itempool.com/floswald/c/pahhozoDAnF))] |
| 209 | +.center[May the force be with you. (click [here!](https://youtu.be/lNjrAXGRda4?si=Oj-MONvr9Exp-2xo))] |
196 | 210 |
|
197 | 211 |
|
198 | 212 | ---
|
|
309 | 323 |
|
310 | 324 | # We Need A Model.
|
311 | 325 |
|
312 |
| -## Because: *It takes a model to beat a model* |
| 326 | +## Because: *It takes a model to beat a model*. attributed to Thomas L Sargent. |
313 | 327 |
|
314 | 328 |
|
315 | 329 |
|
|
550 | 564 | | <a href="https://scpoecon.github.io/ScPoEconometrics">.ScPored[<i class="fa fa-link fa-fw"></i>] | Book |
|
551 | 565 | | <a href="http://twitter.com/ScPoEcon">.ScPored[<i class="fa fa-twitter fa-fw"></i>] | @ScPoEcon |
|
552 | 566 | | <a href="http://github.com/ScPoEcon">.ScPored[<i class="fa fa-github fa-fw"></i>] | @ScPoEcon |
|
| 567 | + |
553 | 568 | </textarea>
|
554 | 569 | <style data-target="print-only">@media screen {.remark-slide-container{display:block;}.remark-slide-scaler{box-shadow:none;}}</style>
|
555 | 570 | <script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
|
|
599 | 614 | deleted = true;
|
600 | 615 | });
|
601 | 616 | })();
|
| 617 | +// add `data-at-shortcutkeys` attribute to <body> to resolve conflicts with JAWS |
| 618 | +// screen reader (see PR #262) |
| 619 | +(function(d) { |
| 620 | + let res = {}; |
| 621 | + d.querySelectorAll('.remark-help-content table tr').forEach(tr => { |
| 622 | + const t = tr.querySelector('td:nth-child(2)').innerText; |
| 623 | + tr.querySelectorAll('td:first-child .key').forEach(key => { |
| 624 | + const k = key.innerText; |
| 625 | + if (/^[a-z]$/.test(k)) res[k] = t; // must be a single letter (key) |
| 626 | + }); |
| 627 | + }); |
| 628 | + d.body.setAttribute('data-at-shortcutkeys', JSON.stringify(res)); |
| 629 | +})(document); |
602 | 630 | (function() {
|
603 | 631 | "use strict"
|
604 | 632 | // Replace <script> tags in slides area to make them executable
|
|
0 commit comments