File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ knitr::opts_chunk$set(
21
21
* [ 04 Using Propensity Scores] ( https://causal-inference-r-workshop.netlify.app/04-using-pscores.html )
22
22
* [ 05 Checking Propensity Scores] ( https://causal-inference-r-workshop.netlify.app/05-pscore-diagnostics.html )
23
23
* [ 06 Fitting the outcome model] ( https://causal-inference-r-workshop.netlify.app/06-outcome-model.html )
24
+ * [ 07 G-Computation] ( https://causal-inference-r-workshop.netlify.app/07-g-computation.html )
25
+ * [ 08 Tipping Point Sensitivity Analyses] ( https://causal-inference-r-workshop.netlify.app/08-tipr.html )
24
26
25
27
### Installing materials locally
26
28
Original file line number Diff line number Diff line change 5
5
6
6
### Slides
7
7
8
- - [ 00
8
+ - [ 00
9
9
Intro] ( https://causal-inference-r-workshop.netlify.app/00-intro.html )
10
- - [ 01 Whole
10
+ - [ 01 Whole
11
11
Game] ( https://causal-inference-r-workshop.netlify.app/01-causal_modeling_whole_game.html )
12
- - [ 02 Causal
12
+ - [ 02 Causal
13
13
Diagrams] ( https://causal-inference-r-workshop.netlify.app/02-dags.html )
14
- - [ 03 Introduction to Propensity
14
+ - [ 03 Introduction to Propensity
15
15
Scores] ( https://causal-inference-r-workshop.netlify.app/03-pscores.html )
16
- - [ 04 Using Propensity
16
+ - [ 04 Using Propensity
17
17
Scores] ( https://causal-inference-r-workshop.netlify.app/04-using-pscores.html )
18
- - [ 05 Checking Propensity
18
+ - [ 05 Checking Propensity
19
19
Scores] ( https://causal-inference-r-workshop.netlify.app/05-pscore-diagnostics.html )
20
- - [ 06 Fitting the outcome
20
+ - [ 06 Fitting the outcome
21
21
model] ( https://causal-inference-r-workshop.netlify.app/06-outcome-model.html )
22
+ - [ 07
23
+ G-Computation] ( https://causal-inference-r-workshop.netlify.app/07-g-computation.html )
24
+ - [ 08 Tipping Point Sensitivity
25
+ Analyses] ( https://causal-inference-r-workshop.netlify.app/08-tipr.html )
22
26
23
27
### Installing materials locally
24
28
25
29
We will be using RStudio Cloud for the workshop, but if you would like
26
30
to install the required packages and course materials, we have an R
27
31
package called
28
32
{[ causalworkshop] ( https://github.com/malcolmbarrett/causalworkshop ) } to
29
- help you do that\ ! You can install
33
+ help you do that! You can install
30
34
{[ causalworkshop] ( https://github.com/malcolmbarrett/causalworkshop ) }
31
35
from GitHub with:
32
36
You can’t perform that action at this time.
0 commit comments