Skip to content
/ meltmle Public

Ensemble Learning Targeted Maximum Likelihood Estimation (Stata software implementation)

License

Notifications You must be signed in to change notification settings

guhjy/meltmle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eltmle: Ensemble Learning Targeted Maximum Likelihood Estimation (Implementation for Stata software)

Modern Epidemiology has been able to identify significant limitations of classic epidemiological methods, like outcome regression analysis, when estimating causal quantities such as the average treatment effect (ATE) or the causal odds ratio, for observational data.

For example, using classical regression models to estimate the ATE requires making the assumption that the effect measure is constant across levels of confounders included in the model, i.e. that there is no effect modification. Other methods do not require this assumption, including g-methods (e.g. the g-formula) and targeted maximum likelihood estimation (TMLE).

The latter estimator has the advantage of being doubly robust. Moreover, TMLE allows inclusion of machine learning algorithms to minimise the risk of model misspecification, a problem that persists for competing estimators. Evidence shows that TMLE typically provides the least unbiased estimates of the ATE compared with other double robust estimators.

The following link provides access to a TMLE tutorial: http://migariane.github.io/TMLE.nb.html

eltmle is a Stata program implementing the targeted maximum likelihood estimation for the ATE for a binary or continuous outcome and binary treatment. Future implementations will offer more general settings. eltmle includes the use of a "Super Learner" called from the SuperLearner package v.2.0-21 (Polley E., et al. 2011). The Super-Learner uses V-fold cross-validation (10-fold by default) to assess the performance of prediction regarding the potential outcomes and the propensity score as weighted averages of a set of machine learning algorithms. We used the default SuperLearner algorithms implemented in the base installation of the tmle-R package v.1.2.0-5 (Susan G. and Van der Laan M., 2017), which included the following: i) stepwise selection, ii) generalized linear modeling (glm), iii) a glm variant that included second order polynomials and two-by-two interactions of the main terms included in the model.

Installation note

To install eltmle directly from github you need to use a Stata module for installing Stata packages from GitHub, including previous releases of a package. You can install the latest version of the github command by executing the following code in your Stata session.
Note: you need a Stata version greater or equal than 13.2, otherwise you can install the package manually downloading the files from the Github repository and placing it in your Stata ADO PERSONAL folder:

net install github, from("https://haghish.github.io/github/")

then, you can install eltmle simply using the following code in Stata:

1) For MAC users (please, read carefully the help file before using eltmle in Stata):  

github install migariane/meltmle  

    .which eltmle   

    .help eltmle   

2) For Windows users (please, read carefully the help file before using eltmle in Stata):  

    .github install migariane/weltmle  

    .which eltmle 

    .help eltmle   
 
For both, MAC and Windows users, in case you want to uninstall the package type:    

    .ado uninstall eltmle   

Author

[Author and Developer] Miguel Angel Luque-Fernandez, LSHTM, NCDE, Cancer Survival Group, London, UK
Email: [email protected]

Contributors:

[Intellectual advice and suggestions for improvement]

Michael Schomaker, CIDER, UCT, Cape Twon, South Africa
Email: michael.schomaker at uct.ac.za

Giovanni Cerulli, CRES, CNR, Rome, Italy
Email: giovanni.cerulli at cres.cnr.it

Bernard Rachet, LSHTM, NCDE, Cancer Survival Group, London, UK
Email: bernard.rachet at lsthm.ac.uk

Aurelien Belot, LSHTM, NCDE, Cancer Survival Group, London, UK
Email: Aurelien.belot at lshtm.ac.uk

Camille Maringe, LSHTM, NCDE, Cancer Survival Group, London, UK
Email: camille.maringe at lshtm.ac.uk

Karla Diaz Ordaz, LSHTM, Department of Medical Statistics, London, UK
Email: Karla.diaz-ordaz at lshtm.ac.uk

Rhian Daniel, LSHTM, Department of Medical Statistics, London, UK
Email: Rhian.daniel at lshtm.ac.uk

Acknowledgements

I would like to thank Professors Bianca De Stavola (LSHTM), Simon Cousens (LSHTM), Aurelio Tobias (CSIC), Michel Coleman (LSHTM) for their comments and support and Haghish E. F. (CMBMI, Freiburg, Germany) for his wonderful Github and MarkDoc Stata packages.

In case you have updates or changes that you would like to make, please send me a pull request.
Alternatively, if you have any questions, please e-mail me.
You can cite this repository as:
Luque-Fernandez MA, (2017). Ensemble Taregeted Maximum Likelihood Estimation for a Binary Outcome and Treatment. GitHub repository, https://github.com/migariane/weltmle (Windows users) or https://github.com/migariane/meltmle (MAC users)
Miguel Angel Luque-Fernandez
E-mail: miguel-angel.luque at lshtm.ac.uk
Twitter @WATZILEI

Copyright

This software is distributed under the GPL-2 license.

About

Ensemble Learning Targeted Maximum Likelihood Estimation (Stata software implementation)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published