Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keaven/gsd-deming

Bookdown and slides for 2021 Deming Conference training on group sequential design
https://github.com/keaven/gsd-deming

Last synced: 9 days ago
JSON representation

Bookdown and slides for 2021 Deming Conference training on group sequential design

Awesome Lists containing this project

README

        

# Group Sequential Design Under Non-Proportional Hazard

This is the code and text behind
[Group Sequential Design Under Non-Proportional Hazards](https://keaven.github.io/gsd-deming/).

Course material presented at the
[77th Annual Deming Conference on Applied Statistics](https://web.archive.org/web/20220523204515/https://demingconference.org/programs/2021-program/)
in December 2021.

## Install dependencies

To build the book, first install Quarto.

Then, install the R packages used by the book with:

```r
# install.packages("remotes")
remotes::install_deps()
```

## Build the book

In RStudio IDE, press Cmd/Ctrl + Shift + B. Or run:

```r
quarto::quarto_render()
```