|
2 | 2 | title: "Causal Inference in R Workshop" |
3 | 3 | --- |
4 | 4 |
|
| 5 | +```{=html} |
5 | 6 | <img src="img/r-causal-hex.png" align="right" height="138" style="filter: drop-shadow(3px 3px 4px grey) |
6 | 7 | " /> |
| 8 | +``` |
7 | 9 |
|
8 | | -Welcome to the Causal Inference in R Workshop! |
| 10 | +Welcome to the Causal Inference in R Workshop! |
9 | 11 |
|
10 | 12 | ## Description |
11 | 13 |
|
12 | 14 | 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. |
13 | 15 |
|
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. |
15 | 20 |
|
16 | 21 | ## Audience |
| 22 | + |
17 | 23 | This course is for you if you: |
18 | 24 |
|
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. |
22 | 28 |
|
23 | 29 | ## Topics |
24 | 30 |
|
25 | | -We offer this workshop in one-day and two-day formats. |
| 31 | +We offer this workshop in one-day and two-day formats. |
26 | 32 |
|
27 | 33 | In the one-day format, we cover: |
28 | 34 |
|
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 |
33 | 39 |
|
34 | 40 | In the two-day format, we cover the above plus these additional topics: |
35 | 41 |
|
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 |
40 | 46 |
|
41 | 47 | Sometimes we have extra time, and so we also have a couple of bonus topics: |
42 | 48 |
|
43 | | -* Continuous exposures with propensity scores |
44 | | -* Selection bias |
| 49 | +- Continuous exposures with propensity scores |
| 50 | +- Selection bias |
45 | 51 |
|
46 | 52 | ## R Packages |
47 | 53 |
|
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). |
49 | 57 |
|
50 | 58 | We'll use opinionated R packages that we've developed to make causal inference in R easier and more principled. |
51 | 59 | 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. |
53 | 61 | You can find the source code for these packages on our [GitHub organization](https://github.com/r-causal). |
54 | 62 |
|
55 | | -{fig-alt="A drawing of an elephant." fig-align="center" width=75% height=75%} |
| 63 | +{fig-alt="A drawing of an elephant." fig-align="center" width="75%" height="75%"} |
0 commit comments