-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
34 lines (24 loc) · 1.04 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# The sequential trial approach to target trial emulation
<!-- badges: start -->
<!-- badges: end -->
A package for performing the sequential trial approach to target trial emulation using observational data.
## Installation
You can install the development version of seqtrial like so:
``` r
install.packages("remotes")
remotes::install_github("elsie-h/seqtrial")
```
<!-- You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. `devtools::build_readme()` is handy for this. You could also use GitHub Actions to re-render `README.Rmd` every time you push. An example workflow can be found here: <https://github.com/r-lib/actions/tree/v1/examples>. -->
<!-- In that case, don't forget to commit and push the resulting figure files, so they display on GitHub and CRAN. -->