Targeted Learning for Real-World Evidence

Welcome!
This site introduces the Causal Roadmap, Targeted Maximum Likelihood Estimation (TMLE), and Super Learner for modern causal inference in epidemiology, with an emphasis on pharmacoepidemiology and clinical trial analysis.

Code
# to build the site

library(quarto)
quarto::quarto_preview()

#code to deploy
quarto::quarto_publish_site(title="causal-learning-handbook")