Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbarrett committed Sep 12, 2023
1 parent 33ee08d commit 87a13e5
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
Binary file added _site/img/hex_grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ <h2 id="toc-title">On this page</h2>
<li><a href="#description" id="toc-description" class="nav-link active" data-scroll-target="#description">Description</a></li>
<li><a href="#audience" id="toc-audience" class="nav-link" data-scroll-target="#audience">Audience</a></li>
<li><a href="#topics" id="toc-topics" class="nav-link" data-scroll-target="#topics">Topics</a></li>
<li><a href="#r-packages" id="toc-r-packages" class="nav-link" data-scroll-target="#r-packages">R Packages</a></li>
</ul>
</nav>
</div>
Expand Down Expand Up @@ -181,6 +182,16 @@ <h2 class="anchored" data-anchor-id="topics">Topics</h2>
<li>Continuous exposures with propensity scores</li>
<li>Selection bias</li>
</ul>
</section>
<section id="r-packages" class="level2">
<h2 class="anchored" data-anchor-id="r-packages">R Packages</h2>
<p>This workshop is very hands-on! You’ll do a lot of coding throughout our time together. For installation instructions, please see <a href="./setup.html">the Installation and Materials page</a>.</p>
<p>We’ll use opinionated R packages that we’ve developed to make causal inference in R easier and more principled. Our packages are designed to work well with each other and in the <a href="https://www.tidyverse.org/">Tidyverse</a>. 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 <a href="https://github.com/r-causal">GitHub organization</a>.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="img/hex_grid.png" style="width:75.0%;height:75.0%" alt="A drawing of an elephant." class="figure-img"></p>
</figure>
</div>


</section>
Expand Down
7 changes: 7 additions & 0 deletions _site/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,12 @@
"title": "Resources",
"section": "",
"text": "The best complement to the workshop is our book, so make sure to check it out!\n\nFurther reading\n\nOther books\nThere are also several other excellent books on causal inference. Our book is different in its focus on R, but it’s still helpful to see this area from other perspectives. A few books you might like:\n\nCausal Inference: What If?\nCausal Inference: The Mixtape\nThe Effect\n\nThe first book is focused on epidemiology. The latter two are focused on econometrics. We also recommend The Book of Why for more on causal diagrams.\n\n\nInteresting papers\nHere are some interesting papers we commonly mention in the workshop or related to key topics:\n\nA Second Chance to Get Causal Inference Right: A Classification of Data Science Tasks: A musing on the tasks of data science (description, prediction, and causal inference)\nTo Explain or Predict: A detailed analysis of the differences between causal and predictive modeling.\nChoosing the Causal Estimand for Propensity Score Analysis of Observational Studies: A discussion of when to use different estimands. Includes a helpful table with a summary.\nTo Adjust or Not to Adjust? Sensitivity Analysis of M-Bias and Butterfly-Bias: A simulation study showing that for m-bias, confounding is usually a bigger issue than collider bias.\n\nEffects of Adjusting for Instrumental Variables on Bias and Precision of Effect Estimates: A simulation study that shows, for many analyses, the risk of confounding is greater than the risk of bias from adjusting for an instrumental variable."
},
{
"objectID": "index.html#r-packages",
"href": "index.html#r-packages",
"title": "Causal Inference in R Workshop",
"section": "R Packages",
"text": "R Packages\nThis 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.\nWe’ll use opinionated R packages that we’ve developed to make causal inference in R easier and more principled. Our packages are designed to work well with each other and in the Tidyverse. 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."
}
]
Binary file added img/hex_grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Causal Inference in R Workshop"
<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 Workshop!
Welcome to the Causal Inference in R Workshop!

## Description

Expand Down Expand Up @@ -43,3 +43,13 @@ Sometimes we have extra time, and so we also have a couple of bonus topics:
* Continuous exposures with propensity scores
* Selection bias

## R Packages

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).

We'll use opinionated R packages that we've developed 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%}

0 comments on commit 87a13e5

Please sign in to comment.