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

https://github.com/novartis/bamdd

Applied modelling in drug development: flexible Bayesian regression modelling in Stan via brms
https://github.com/novartis/bamdd

bayesian brms clinical stan

Last synced: 3 months ago
JSON representation

Applied modelling in drug development: flexible Bayesian regression modelling in Stan via brms

Awesome Lists containing this project

README

          

# (Bayesian) Applied Modelling in Drug Development (BAMDD)

Flexible Bayesian regression modelling in Stan via `brms`

## About

This website contains materials that were developed to accompany a series of
workshops held in the Analytics department at Novartis over 2022-2024,
illustrating the utility of the R package `brms` for solving drug-
development problems. In order to highlight the versatility of that package,
we have developed a collection of case studies covering a diverse set of
clinical and statistical questions that were addressed via Bayesian modelling
with the `brms` package.

## Requirements

- quarto
- cmdstanr and cmdstan (`cmdstanr::install_cmdstan()`)
- other R package dependencies (see Imports under the dummy `DESCRIPTION` file, `devtools::install_deps()`)

## Quickstart

Rendering the book from Quarto source can be done using the provided `Makefile`:

```bash
make website QUARTO_PROFILE=public
```

## License

### Code

The code is licensed under GPL-2 ([LICENSE](LICENSE))

### Materials

The book itself is licensed under CC BY 4.0 ([docs/public/LICENSE](docs/public/LICENSE))