Skip to content

Commit e08382a

Browse files
updates
1 parent b729e31 commit e08382a

File tree

3 files changed

+30
-19
lines changed

3 files changed

+30
-19
lines changed

causal_workshop_website.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 12f4b131-bfb3-45a0-b7dd-f2994f33c6a0
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default

index.qmd

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,62 @@
22
title: "Causal Inference in R Workshop"
33
---
44

5+
```{=html}
56
<img src="img/r-causal-hex.png" align="right" height="138" style="filter: drop-shadow(3px 3px 4px grey)
67
" />
8+
```
79

8-
Welcome to the Causal Inference in R Workshop!
10+
Welcome to the Causal Inference in R Workshop!
911

1012
## Description
1113

1214
In this workshop, we’ll teach the essential elements of answering causal questions in R through causal diagrams, and causal modeling techniques such as propensity scores and inverse probability weighting.
1315

14-
In both data science and academic research, prediction modeling is often not enough; to answer many questions, we need to approach them causally. In this workshop, we’ll teach the essential elements of answering causal questions in R through causal diagrams, and causal modeling techniques such as propensity scores and inverse probability weighting. We’ll also show that by distinguishing predictive models from causal models, we can better take advantage of both tools. You’ll be able to use the tools you already know--the tidyverse, regression models, and more--to answer the questions that are important to your work.
16+
In both data science and academic research, prediction modeling is often not enough; to answer many questions, we need to approach them causally.
17+
In this workshop, we’ll teach the essential elements of answering causal questions in R through causal diagrams, and causal modeling techniques such as propensity scores and inverse probability weighting.
18+
We’ll also show that by distinguishing predictive models from causal models, we can better take advantage of both tools.
19+
You’ll be able to use the tools you already know--the tidyverse, regression models, and more--to answer the questions that are important to your work.
1520

1621
## Audience
22+
1723
This course is for you if you:
1824

19-
- know how to fit a linear regression model in R,
20-
- have a basic understanding of data manipulation and visualization using tidyverse tools, and
21-
- are interested in understanding the fundamentals behind how to move from estimating correlations to causal relationships.
25+
- know how to fit a linear regression model in R,
26+
- have a basic understanding of data manipulation and visualization using tidyverse tools, and
27+
- are interested in understanding the fundamentals behind how to move from estimating correlations to causal relationships.
2228

2329
## Topics
2430

25-
We offer this workshop in one-day and two-day formats.
31+
We offer this workshop in one-day and two-day formats.
2632

2733
In the one-day format, we cover:
2834

29-
* Examples of the causal inference workflow
30-
* When we can use standard methods and when we should use specialized causal methods
31-
* Specifying causal questions as Directed Acyclic Graphs (DAGs)
32-
* Fitting, diagnosing, and applying propensity score models using weighting and matching
35+
- Examples of the causal inference workflow
36+
- When we can use standard methods and when we should use specialized causal methods
37+
- Specifying causal questions as Directed Acyclic Graphs (DAGs)
38+
- Fitting, diagnosing, and applying propensity score models using weighting and matching
3339

3440
In the two-day format, we cover the above plus these additional topics:
3541

36-
* Sensitivity analysis
37-
* G-computation
38-
* Continuous exposures with g-computation
39-
* And more worked examples
42+
- Sensitivity analysis
43+
- G-computation
44+
- Continuous exposures with g-computation
45+
- And more worked examples
4046

4147
Sometimes we have extra time, and so we also have a couple of bonus topics:
4248

43-
* Continuous exposures with propensity scores
44-
* Selection bias
49+
- Continuous exposures with propensity scores
50+
- Selection bias
4551

4652
## R Packages
4753

48-
This workshop is very hands-on! You'll do a lot of coding throughout our time together. For installation instructions, please see [the Installation and Materials page](setup.qmd).
54+
This workshop is very hands-on!
55+
You'll do a lot of coding throughout our time together.
56+
For installation instructions, please see [the Installation and Materials page](setup.qmd).
4957

5058
We'll use opinionated R packages that we've developed to make causal inference in R easier and more principled.
5159
Our packages are designed to work well with each other and in the [Tidyverse](https://www.tidyverse.org/).
52-
They're also quite modular, meaning you can pick and choose the packages you like to work in a wide variety of settings.
60+
They're also quite modular, meaning you can pick and choose the packages you like to work in a wide variety of settings.
5361
You can find the source code for these packages on our [GitHub organization](https://github.com/r-causal).
5462

55-
![](img/hex_grid.png){fig-alt="A drawing of an elephant." fig-align="center" width=75% height=75%}
63+
![](img/hex_grid.png){fig-alt="A drawing of an elephant." fig-align="center" width="75%" height="75%"}

setup.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ If you'd like to see the HTML version of the slides, we recommend taking a look
5757
- [12 Whole Game (Your Turn)](https://causal-inference-r-workshop.netlify.app/12-whole_game-2.html)
5858
- [13 Bonus: Selection Bias](https://causal-inference-r-workshop.netlify.app/13-bonus-selection-bias.html)
5959
- [14 Bonus: Continous Exposures with Propensity Scores](https://causal-inference-r-workshop.netlify.app/14-bonus-continuous-pscores.html)
60+
#### [15 Bonus: Machine Learning for Causal Inference](https://causal-inference-r-workshop.netlify.app/15-bonus-ml-for-causal.html)
61+

0 commit comments

Comments
 (0)