-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy path16-ASM-Causal-infer.Rmd
More file actions
65 lines (27 loc) · 1.32 KB
/
16-ASM-Causal-infer.Rmd
File metadata and controls
65 lines (27 loc) · 1.32 KB
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
# (PART) 因果推斷 Causal Inference {-}
# Causal Languages 因果推斷的語法 {#grama-causal-infer}
> All models are wrong, but some are useful.
> ~ George E. P. Box
```{block2, note-thankKarla, type='rmdnote'}
The Causal Inference lectures were orgainised and taught by Professor [Karla DiazOrdaz](https://scholar.google.com/citations?user=GSGcT-EAAAAJ&hl=en).
```
```{r ASM-causal-Session01, child = ('16-ASM-Causal-Infer/Session01.Rmd')}
```
# Graphical Models 因果推斷的圖形模型 {#graphical-models}
```{r ASM-causal-Session02, child = ('16-ASM-Causal-Infer/Session02.Rmd')}
```
# Regression Methods with continuous outcomes 結果變量爲連續型變量 {#reg-cont}
```{r ASM-causal-Session03, child = ('16-ASM-Causal-Infer/Session03.Rmd')}
```
# Regression Methods with binary outcomes 結果變量爲二進制變量 {#regre-binary}
```{r ASM-causal-Session04, child = ('16-ASM-Causal-Infer/Session04.Rmd')}
```
## Practical04 - causal inference
```{r ASM-causal-Practical04, child = ('16-ASM-Causal-Infer/Practical04.Rmd')}
```
# Prospensity Score 傾向性評分 {#prop-score}
## Practical05 - causal inference
```{r ASM-causal-Practical05, child = ('16-ASM-Causal-Infer/Practical05.Rmd')}
```
# Inverse probability weighted estimation and doubly robust methods
# Causal mediation analysis