-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
49 lines (44 loc) · 1.24 KB
/
_quarto.yml
File metadata and controls
49 lines (44 loc) · 1.24 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
project:
type: book
book:
title: "BayesERbook: Exposure-response analysis with Bayesian approaches"
author:
- name: Kenta Yoshida
- name: Danielle Navarro
- name: François Mercier
date: last-modified
site-url: https://genentech.github.io/BayesERbook/
repo-url: https://github.com/genentech/BayesERbook/
repo-branch: main
repo-actions: [edit]
chapters:
- index.qmd
- part: "ER for binary endpoint"
chapters:
- notebook/binary/basic_workflow.qmd
- notebook/binary/simulation.qmd
- notebook/binary/model_diagnostics.qmd
- notebook/binary/mod_structure_comparison.qmd
- notebook/binary/plot_customize.qmd
- notebook/binary/coveff_customize.qmd
- notebook/binary/workflow_wo_package.qmd
- part: "Emax model"
chapters:
- notebook/emax/basic_workflow.qmd
- notebook/emax/model_diagnostics.qmd
- notebook/emax/simulation.qmd
- notebook/emax/basic_workflow_brms.qmd
- notebook/emax/covariate_modeling.qmd
format:
html:
theme:
- sandstone
- custom.scss
code-fold: show
code-summary: "Show the code"
code-tools: true
toc: true
toc_float: true
date-format: iso
execute:
freeze: true