-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathother_code.qmd
More file actions
36 lines (29 loc) · 1.58 KB
/
other_code.qmd
File metadata and controls
36 lines (29 loc) · 1.58 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
---
title: "Bayesian Workflow book: Other code"
date: 2026-03-11
date-modified: today
date-format: iso
format:
html:
number-sections: false
---
::: {.content-visible when-profile="draft"}
*Code will be provided here when the book is published.*
:::
::: {.content-visible unless-profile="draft"}
This page links to code that is not part of complete case studies, but is useful
for regenerating many figures and reproducing various small examples throughout
the book. The code for figures that are part of case studies but are also reused
in other chapters is not reproduced here and can be found in the case studies.
* [Chapter 5](https://github.com/avehtari/Bayesian-Workflow/tree/main/misc/chapter_05)
- [Code to reproduce Fig. 5.3 is [available separately](https://github.com/avehtari/ROS-Examples/tree/master/NES/) from
the Regression and Other Stories textbook]{style="font-size: 0.85em;"}
* [Chapter 6](https://github.com/avehtari/Bayesian-Workflow/tree/main/misc/chapter_06)
* [Chapter 7](https://github.com/avehtari/Bayesian-Workflow/tree/main/misc/chapter_07)
* [Chapter 8](https://github.com/avehtari/Bayesian-Workflow/tree/main/misc/chapter_08)
* [Chapter 9](https://github.com/avehtari/Bayesian-Workflow/tree/main/misc/chapter_09)
* [Chapter 10](https://github.com/avehtari/Bayesian-Workflow/tree/main/misc/chapter_10)
* [Chapter 11](https://github.com/avehtari/Bayesian-Workflow/tree/main/misc/chapter_11)
* [Chapter 12](https://github.com/avehtari/Bayesian-Workflow/tree/main/misc/chapter_12)
* [Chapter 14](https://github.com/avehtari/Bayesian-Workflow/tree/main/misc/chapter_14)
:::