Author
Currentcausalbook.com - Causal Book: Design Patterns in Causal InferenceThis is an accessible, interactive (work in progress) book with code for the data science / causal inference audience. Some chapters should also read well to the business audience.The book is not meant to substitute for the already great causal inference books out there. Our goal here is to complement what’s out there by using the idea of design patterns:(1) focus on solutions to problem patterns and their code implementations in R and Python,(2) discuss the implications of different approaches to the same problem solved by modeling the same data,(3) explain some of the surprising (or seemingly surprising) challenges in applying the causal design patterns.And why design patterns?Early in my career, I was a programmer using C# and then Java. Our most valuable resources back then were design patterns. I still have a copy of the book Head First Java Design Patterns: A Brain-Friendly Guide on my bookshelf from 20 years ago. It was a lifesaver when I moved from C# to Java. This is a tribute to those days.