Skip to content

tlverse/tmle3

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
March 13, 2021 13:42
March 13, 2021 14:24
March 13, 2021 14:21
man
August 21, 2020 11:45
March 6, 2020 18:45
March 13, 2021 14:24
March 4, 2022 11:12
March 13, 2021 14:21
August 24, 2020 11:12
March 13, 2021 14:21
March 13, 2021 14:24
November 18, 2017 16:47
October 20, 2017 11:47

R/tmle3

Travis-CI Build Status Appveyor Build Status Coverage Status Project Status: Active โ€“ The project has reached a stable, usable state and is being actively developed. License: GPL v3 DOI

The Extensible TMLE framework

Author: Jeremy Coyle


Whatโ€™s tmle3?

tmle3 is a general framework that supports the implementation of a range of Targeted Maximum Likelihood / Minimum Loss-Based Estimation (TMLE) parameters through exposing a unified interface. The goal is that the tmle3 framework be as general as the mathematical framework upon which itโ€™s based.

For a general discussion of the framework of targeted minimum loss-based estimation and the role this methodology plays in statistical and causal inference, the canonical references are van der Laan and Rose (2011) and van der Laan and Rose (2018).


Installation

To contribute, install the development version of tmle3 from GitHub via remotes:

remotes::install_github("tlverse/tmle3")

Issues

If you encounter any bugs or have any specific feature requests, please file an issue.


Getting Started

The best place to get started is the โ€œFramework Overviewโ€ document, which describes the individual components of the tmle3 framework. It may be found at https://tlverse.org/tmle3/articles/framework.html.


Contributions

Contributions are very welcome. Interested contributors should consult our contribution guidelines prior to submitting a pull request.


Citation

After using the tmle3 R package, please cite the following:

    @software{coyle2021tmle3-rpkg,
      author = {Coyle, Jeremy R},
      title = {{tmle3}: The Extensible {TMLE} Framework},
      year = {2021},
      howpublished = {\url{https://github.com/tlverse/tmle3}},
      note = {{R} package version 0.2.0},
      url = {https://doi.org/10.5281/zenodo.4603358},
      doi = {10.5281/zenodo.4603358}
    }

License

ยฉ 2017-2021 Jeremy R. Coyle

The contents of this repository are distributed under the GPL-3 license. See file LICENSE for details.


References

van der Laan, Mark J, and Sherri Rose. 2011. Targeted Learning: Causal Inference for Observational and Experimental Data. Springer Science & Business Media.

โ€”โ€”โ€”. 2018. Targeted Learning in Data Science: Causal Inference for Complex Longitudinal Studies. Springer Science & Business Media.