or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Causal inference
From internal validity to causal inference
Simpson's paradox: why we need to study causality
Sir Austin Bradford-Hill (1965 Hill's Criteria)
Bradford-Hill Criteria - 1
Bradford-Hill Criteria - 2
Strength
Temporality
Biological Gradient
Sufficient and Component Cause Model
Directed Acyclic graphs for causal inference
Backdoor paths
Counterfactual causality concept 1
Counterfactual causality concept 2
Counterfactual causality concept 3
Causal Risk Ratio
What do our observations show us?
But we do not get to see this, instead
We see P[Y = 1 | A = 1]
That is probability of the outcome given intervention or exposure
And,
P[Y = 1 | A = 0]
That is probability of outcome given control
Associational Risk Ratio
P[Y = 1 | A = 1] / P[Y = 1 | A = 0]
if causal ratio = associational ratio, then
association == causation, otherwise not
How do we measure counterfactuals?
Conclusions