https://github.com/causal-lda/trialemulation
https://github.com/causal-lda/trialemulation
causal-inference longitudinal-data survival-analysis
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/causal-lda/trialemulation
- Owner: Causal-LDA
- License: apache-2.0
- Created: 2021-09-21T12:46:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T07:54:30.000Z (11 months ago)
- Last Synced: 2025-10-22T03:47:56.443Z (8 months ago)
- Topics: causal-inference, longitudinal-data, survival-analysis
- Language: R
- Homepage: https://causal-lda.github.io/TrialEmulation/
- Size: 18.3 MB
- Stars: 31
- Watchers: 3
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TrialEmulation 
[](https://www.repostatus.org/#active)
[](https://raw.githubusercontent.com/Causal-LDA/TrialEmulation/_xml_coverage_reports/data/main/coverage.xml)

This package implements algorithms to conduct a **sequence of target trials** analysis.
## Installation
The package is available on CRAN:
```r
install.packages('TrialEmulation')
```
To install the latest development version from github:
```r
remotes::install_github("Causal-LDA/TrialEmulation")
```
## Getting Started
Please see our [Getting Started vignette](https://Causal-LDA.github.io/TrialEmulation/articles/Getting-Started.html)
for information on how to work with this package.
A manuscript is in preparation to fully describe the methodology.