-
Notifications
You must be signed in to change notification settings - Fork 13
/
README.Rmd
116 lines (80 loc) · 3.41 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
always_allow_html: true
output:
rmarkdown::github_document
bibliography: "inst/REFERENCES.bib"
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# R/`tmle3`
[![Travis-CI Build Status](https://travis-ci.org/tlverse/tmle3.svg?branch=master)](https://travis-ci.org/tlverse/tmle3)
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/cxp6a15anauyadgb?svg=true)](https://ci.appveyor.com/project/tlverse/tmle3)
[![Coverage Status](https://img.shields.io/codecov/c/github/tlverse/tmle3/master.svg)](https://codecov.io/github/tlverse/tmle3?branch=master)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4603358.svg)](https://doi.org/10.5281/zenodo.4603358)
> The _Extensible_ TMLE framework
__Author:__ [Jeremy Coyle](https://github.com/jeremyrcoyle)
---
## 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 @vdl2011targeted and @vdl2018targeted.
---
## Installation
<!--
For standard use, we recommend installing the package from
[CRAN](https://CRAN.R-project.org/package=hal9001) via
```{r cran-installation, eval = FALSE}
install.packages("hal9001")
```
-->
To contribute, install the _development version_ of `tmle3` from GitHub via
[`remotes`](https://CRAN.R-project.org/package=remotes):
```{r gh-installation, eval = FALSE}
remotes::install_github("tlverse/tmle3")
```
---
## Issues
If you encounter any bugs or have any specific feature requests, please [file an
issue](https://github.com/tlverse/tmle3/issues).
---
## 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](https://github.com/tlverse/tmle3/blob/master/CONTRIBUTING.md) 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](https://github.com/jeremyrcoyle)
The contents of this repository are distributed under the GPL-3 license. See
file `LICENSE` for details.
---
## References