Steve Mooney, Alexander Keil, and Daniel Westreich. 13 Questions About Using Machine Learning in Causal Research (You Won’t Believe the Answer to Number 10!). Am J Epidemiol. 2021. Link
- eAppendix #1: R code that uses CART (classification and regression trees) to compute propensity scores for an inverse probability weighted estimate the causal effect of Digitalis on death in the Digitalis Investigator Group Trial
- eAppendix #2: Python code that uses CART (classification and regression trees) to compute propensity scores for an inverse probability weighted estimate the causal effect of Digitalis on death in the Digitalis Investigator Group Trial
- eAppendix #3: SAS code that uses CART (classification and regression trees) to compute propensity scores for an inverse probability weighted estimate the causal effect of Digitalis on death in the Digitalis Investigator Group Trial
- eAppendix #4: R code that uses TMLE (targeted minimum loss estimation) to apply two different machine learning algorithms to estimate the causal effect of Digitalis on death in the Digitalis Investigator Group Trial
- Bonus: Julia code that uses CART (classification and regression trees) to compute propensity scores for an inverse probability weighted estimate the causal effect of Digitalis on death in the Digitalis Investigator Group Trial
- CSV (comma separated text file) containing data from the Digitalis Investigator Group Trial, as found in the R package
asympTest
v0.1.4