Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keaven/gsd-deming
- Owner: keaven
- Created: 2021-11-12T20:21:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T14:01:55.000Z (9 months ago)
- Last Synced: 2025-01-11T09:07:49.062Z (15 days ago)
- Language: HTML
- Homepage: https://keaven.github.io/gsd-deming/
- Size: 24.2 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()
```