forked from Novartis/bamdd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
107 lines (87 loc) · 4.88 KB
/
index.qmd
File metadata and controls
107 lines (87 loc) · 4.88 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
format:
html:
author-title: "Editors"
---
# Preface {.unnumbered}
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 questions that were
addressed via Bayesian modelling with the `brms` package.
::: {.content-visible when-profile="public"}
::: {.callout-tip}
## Courses in Paris (France) October 8<sup>th</sup> 2025, Graz (Austria) September 14<sup>th</sup> 2025, Paris (France), July 4<sup>th</sup> 2025, Göttingen (Germany), Dec 5/6<sup>th</sup> 2024 and at JSM (Portland, OR), Aug 5<sup>th</sup> 2024
Past course we offered recently:
1. Pre-conference course at the [10th Statistics & Biopharmacy conference](https://snb2025.sciencesconf.org) on October 8th 2025 in Paris
* [Slides](workshops/paris2025snb/slides/bamdd_paris2025.html)
* [Exercises](workshops/paris2025snb/exercises/bamdd_paris2025_exercises.html)
* [Additional material (see
readme)](https://github.com/Novartis/bamdd/tree/main/workshops/paris2025snb)
* [R setup instructions](workshops/paris2025snb/exercises/bamdd_paris2025_exercises.html#/r-session)
2. Pre-conference course at the [ROeS Conference
2025](https://roes2025.at) on September 14th 2025.
[Slides](workshops/graz2025/slides/bamdd_graz2025.html),
[Exercises](workshops/graz2025/exercises/bamdd_graz2025_exercises.html),
[Additional material (see readme)](https://github.com/Novartis/bamdd/tree/main/workshops/graz2025)
3. Tutorial at the ["Stan4PMX
workshop"](https://stan4pmx2025.sciencesconf.org).
[Slides](workshops/paris2025/slides/bamdd_paris2025.html),
[exercises](workshops/paris2025/exercises/bamdd_paris2025_exercises.html) &
[additional material (see readme)](https://github.com/Novartis/bamdd/tree/main/workshops/paris2025)
4. A course at the workshop ["Hierarchical models in preclinical
research"](https://www.biometrische-gesellschaft.de/arbeitsgruppen/bayes-methodik/workshops/2024-goettingen.html)
of the IBS-DR working groups Non-clinical statistics and Bayes
Methods on December 5/6<sup>th</sup>. The materials are available
here:
[Slides](workshops/goettingen2024/slides/bamdd_goettingen2024.html)
& [additional material (see
readme)](https://github.com/Novartis/bamdd/tree/main/workshops/goettingen2024)
5. A short course at the 2024 Joint Statistical Meetings in Portland
on August 5<sup>th</sup>. The materials are available here:
[Slides](workshops/jsm2024/slides/bamdd_jsm2024.pdf) & [additional
material (see
readme)](https://github.com/Novartis/bamdd/tree/main/workshops/jsm2024)
:::
:::
## Navigating the site
The material is organized as follows:
- @sec-introduction introduces `brms` and the objectives of these vignettes
- @sec-basic-workflow highlights the basic workflow (analysis steps and
syntax) for carrying out an analysis with `brms`
- The next series of sections contain the case
studies. You can find a [listing with descriptions on this page](src/02_case_studies.qmd).
- Sections @sec-stan-code and @sec-parallel cover more technical topics, such
as exposing and injecting custom stan code to `brms` models,
and efficient parallel computation to support sampling in `brms`.
## Updates
This web-site is intended as a live document with updates as
appropiate. Key changes to the web-site are tracked here:
::: {.content-visible when-profile="public"}
- 8th August 2025: New case studies
* @sec-power-expected
* @sec-diffp
- 13th January 2025: Linked materials from the course in Göttingen
in December 2024.
- 31st July 2024: Linked materials from JSM Portland 2024 short course
- 5th June 2024: Added @sec-pos on assessing probability of success of
in Phase-III based on a single-arm trial in Phase-II
- 29th April 2024: Third edition course from Paul Bürkner with the new
case studies on probability of success, meta-analytic priors with
covariates & time-to-event modelling in Oncology phase I
dose-escalation. Pre-read version.
- 19th April 2024: First public version at [opensource.nibr.com/bamdd](http://opensource.nibr.com/bamdd)
- 5th January 2024: Release web-site in more modern quarto book
based format
- 26th April 2023: Second edition course from Paul Bürkner with the
new case studies on MMRM, time-to-event data, surrogate endpoint
meta-regression and network meta-analysis
- 27th April 2022: First release with course from Paul Bürkner
:::
::: {.content-visible when-profile="public"}
## License information
- The material on this website is provided under a CC BY 4.0 [license](https://github.com/Novartis/bamdd/tree/main/docs/public/LICENSE)
- The source code is provided under a GPL-2 [license](https://github.com/Novartis/bamdd/tree/main/LICENSE)
:::