Introduction to structural causal modelling

[This article was first published on Bluecology blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Introduction to structural causal modelling

A primary goal of science is to understand causes. Structural causal modelling is a framework for developing causal hypotheses to test with data.

I taught a workshop at the Australian Marine Sciences Association conferences in 2023. I’ve now provided all the course notes online for free.

One if the advantages of causal modelling is that the tests can be done with any test you like.

So all of the existing statistical inference engines (like generalized linear models) that we are used to using with the R language can be used in structural causal modelling.

The workshop shows how to develop causal hypotheses, using R to visualise your hypotheses. It then steps through some examples of develping and testing causal tests with ecological data.

The workshop covers packages daggity and ggdag for visualising causal models (directed acyclic graphs) and developing causal tests. We also look at making tests with glm() and how to simulate your own data to test models. Finally, we cover visreg for visualising model output.

To leave a comment for the author, please follow the link and comment on their blog: Bluecology blog.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)