Skip to content

Commit 76fd3b4

Browse files
committed
up lectures
1 parent fa63128 commit 76fd3b4

29 files changed

+19031
-18680
lines changed

lectures/01-recap/recap1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ class: middle
770770

771771

772772
```{r,eval=FALSE}
773-
ScPoApps::launchApp("simple_reg")
773+
ScPoApps::launchApp("reg_simple")
774774
```
775775

776776

lectures/01-recap/recap1.html

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,18 @@
2525
<textarea id="source">
2626
class: center, middle, inverse, title-slide
2727

28+
.title[
2829
# ScPoEconometrics: Advanced
30+
]
31+
.subtitle[
2932
## Intro and Recap 1
33+
]
34+
.author[
3035
### Florian Oswald
31-
### SciencesPo Paris </br> 2021-02-01
36+
]
37+
.date[
38+
### SciencesPo Paris </br> 2024-01-22
39+
]
3240

3341
---
3442

@@ -539,7 +547,7 @@
539547

540548

541549
```r
542-
ScPoApps::launchApp("simple_reg")
550+
ScPoApps::launchApp("reg_simple")
543551
```
544552

545553

@@ -894,6 +902,19 @@
894902
deleted = true;
895903
});
896904
})();
905+
// add `data-at-shortcutkeys` attribute to <body> to resolve conflicts with JAWS
906+
// screen reader (see PR #262)
907+
(function(d) {
908+
let res = {};
909+
d.querySelectorAll('.remark-help-content table tr').forEach(tr => {
910+
const t = tr.querySelector('td:nth-child(2)').innerText;
911+
tr.querySelectorAll('td:first-child .key').forEach(key => {
912+
const k = key.innerText;
913+
if (/^[a-z]$/.test(k)) res[k] = t; // must be a single letter (key)
914+
});
915+
});
916+
d.body.setAttribute('data-at-shortcutkeys', JSON.stringify(res));
917+
})(document);
897918
(function() {
898919
"use strict"
899920
// Replace <script> tags in slides area to make them executable

lectures/01-recap/recap1_files/figure-html/ex_bad_exog-1.svg

Lines changed: 4147 additions & 4141 deletions
Loading

lectures/01-recap/recap1_files/figure-html/ex_good_exog-1.svg

Lines changed: 4156 additions & 4156 deletions
Loading

lectures/01-recap/recap1_files/figure-html/ols vs lines 3-1.svg

Lines changed: 1 addition & 1 deletion
Loading

lectures/01-recap/recap1_files/figure-html/ols vs lines 4-1.svg

Lines changed: 1 addition & 1 deletion
Loading

lectures/01-recap/recap1_files/figure-html/ols vs lines 5-1.svg

Lines changed: 1 addition & 1 deletion
Loading

lectures/01-recap/recap1_files/figure-html/ols vs lines 6-1.svg

Lines changed: 1 addition & 1 deletion
Loading

lectures/01-recap/recap1_files/figure-html/ols vs lines 7-1.svg

Lines changed: 1 addition & 1 deletion
Loading

lectures/01-recap/recap1_files/figure-html/sample1 scatter-1.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)