-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.qmd
53 lines (42 loc) · 1.49 KB
/
index.qmd
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
---
title: "Causal Inference in R"
listing:
- id: latest-posts
contents:
- /posts
sort: "date desc"
type: grid
categories: false
sort-ui: false
filter-ui: false
max-items: 3
feed: false
- id: upcoming-courses
contents:
- /courses
sort: "date desc"
type: grid
categories: false
sort-ui: false
filter-ui: false
max-items: 3
feed: false
---
<img src="img/r-causal-hex.png" align="right" height="138" style="filter: drop-shadow(3px 3px 4px grey)
" />
Welcome to the Causal Inference in R Blog!
Here you'll find more information about our packages, book, courses, and other information about causal inference.
If you're looking for our book or workshop website, you can find them here:
* [Book](https://www.r-causal.org/)
* [Workshop](https://r-causal.github.io/causal_workshop_website/)
## R Packages
We develop opinionated R packages to make causal inference in R easier and more principled.
Our packages are designed to work well with each other and in the [Tidyverse](https://www.tidyverse.org/).
They're also quite modular, meaning you can pick and choose the packages you like to work in a wide variety of settings. You can find the source code for these packages on our [GitHub organization](https://github.com/r-causal).
![](img/hex_grid.png){fig-alt="A drawing of an elephant." fig-align="center" width=75% height=75%}
## [Latest posts](posts.qmd)
::: {#latest-posts}
:::
## [Upcoming courses](posts.qmd)
::: {#upcoming-courses}
:::