An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# TrialEmulation

[![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)
[![Code
Coverage](https://raw.githubusercontent.com/Causal-LDA/TrialEmulation/_xml_coverage_reports/data/main/badge.svg)](https://raw.githubusercontent.com/Causal-LDA/TrialEmulation/_xml_coverage_reports/data/main/coverage.xml)
![R-CMD_check](https://github.com/causal-LDA/TrialEmulation/actions/workflows/R-CMD-check.yaml/badge.svg)

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.