Skip to content

Commit

Permalink
post render
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbarrett committed Sep 11, 2023
1 parent a1b1bdb commit 33ee08d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 210 deletions.
1 change: 1 addition & 0 deletions _site/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://r-causal.github.io/causal_workshop_website/sitemap.xml
28 changes: 7 additions & 21 deletions _site/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
"section": "",
"text": "Welcome to the Causal Inference in R Workshop!"
},
{
"objectID": "about.html",
"href": "about.html",
"title": "About",
"section": "",
"text": "About this site\n\n1 + 1\n\n[1] 2"
},
{
"objectID": "index.html#description",
"href": "index.html#description",
Expand All @@ -27,6 +20,13 @@
"section": "Audience",
"text": "Audience\nThis course is for you if you:\n\nknow how to fit a linear regression model in R,\nhave a basic understanding of data manipulation and visualization using tidyverse tools, and\nare interested in understanding the fundamentals behind how to move from estimating correlations to causal relationships."
},
{
"objectID": "index.html#topics",
"href": "index.html#topics",
"title": "Causal Inference in R Workshop",
"section": "Topics",
"text": "Topics\nWe offer this workshop in one-day and two-day formats.\nIn the one-day format, we cover:\n\nExamples of the causal inference workflow\nWhen we can use standard methods and when we should use specialized causal methods\nSpecifying causal questions as Directed Acyclic Graphs (DAGs)\nFitting, diagnosing, and applying propensity score models using weighting and matching\n\nIn the two-day format, we cover the above plus these additional topics:\n\nSensitivity analysis\nG-computation\nContinuous exposures with g-computation\nAnd more worked examples\n\nSometimes we have extra time, and so we also have a couple of bonus topics:\n\nContinuous exposures with propensity scores\nSelection bias"
},
{
"objectID": "setup.html",
"href": "setup.html",
Expand All @@ -41,25 +41,11 @@
"section": "Hosted slides",
"text": "Hosted slides\nFollowing the above instructions will download a PDF copy of the slides. If you’d like to see the HTML version of the slides, we recommend taking a look at the hosted versions rather than the raw versions in the repository.\n\nSlides\n\n00 Intro\n01 Whole Game\n02 When Standard Methods Succeed\n03 Causal Inference with group_by and summarise\n04 Causal Diagrams\n05 Causal Inference is Not Just a Statistics Problem\n06 Introduction to Propensity Scores\n07 Using Propensity Scores\n08 Checking Propensity Scores\n09 Fitting the outcome model\n10 Continuous Exposures and G-Computation\n11 Tipping Point Sensitivity Analyses\n12 Whole Game (Your Turn)\n13 Bonus: Selection Bias\n14 Bonus: Continous Exposures with Propensity Scores"
},
{
"objectID": "index.html#topics",
"href": "index.html#topics",
"title": "Causal Inference in R Workshop",
"section": "Topics",
"text": "Topics\nWe offer this workshop in one-day and two-day formats.\nIn the one-day format, we cover:\n\nExamples of the causal inference workflow\nWhen we can use standard methods and when we should use specialized causal methods\nSpecifying causal questions as Directed Acyclic Graphs (DAGs)\nFitting, diagnosing, and applying propensity score models using weighting and matching\n\nIn the two-day format, we cover the above plus these additional topics:\n\nSensitivity analysis\nG-computation\nContinuous exposures with g-computation\nAnd more worked examples\n\nSometimes we have extra time, and so we also have a couple of bonus topics:\n\nContinuous exposures with propensity scores\nSelection bias"
},
{
"objectID": "resources.html",
"href": "resources.html",
"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": "resources.html#hosted-slides",
"href": "resources.html#hosted-slides",
"title": "Setup and Materials",
"section": "Hosted slides",
"text": "Hosted slides\nFollowing the above instructions will download a PDF copy of the slides. If you’d like to see the HTML version of the slides, we recommend taking a look at the hosted versions rather than the raw versions in the repository.\n\nSlides\n\n00 Intro\n01 Whole Game\n02 When Standard Methods Succeed\n03 Causal Inference with group_by and summarise\n04 Causal Diagrams\n05 Causal Inference is Not Just a Statistics Problem\n06 Introduction to Propensity Scores\n07 Using Propensity Scores\n08 Checking Propensity Scores\n09 Fitting the outcome model\n10 Continuous Exposures and G-Computation\n11 Tipping Point Sensitivity Analyses\n12 Whole Game (Your Turn)\n13 Bonus: Selection Bias\n14 Bonus: Continous Exposures with Propensity Scores"
}
]
189 changes: 0 additions & 189 deletions _site/site_libs/quarto-html/quarto-syntax-highlighting-dark.css

This file was deleted.

0 comments on commit 33ee08d

Please sign in to comment.