-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
72 lines (64 loc) · 1.87 KB
/
_quarto.yml
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
project:
type: book
output-dir: docs
book:
title: "Nonlinear mixed-effects modelling with nlmixr2"
author:
- Matthew Fidler, Novartis
- Justin J. Wilkins, Occams
date: "24/10/2023"
page-footer:
left: |
Nonlinear mixed-effects modelling with nlmixr2 was written by Matthew Fidler, Justin Wilkins,
William Denney, John Harrold, Richard Hooijmaaijers, Rik
Schoemaker, Mirjam Trame, Yuan Xiong and Huijuan Xu.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
repo-url: https://github.com/kestrel99/nlmixr2_book/
repo-branch: main
chapters:
- index.qmd
- part: "Introduction"
chapters:
- 01_intro.qmd
- 02_prerequisites.qmd
- 03_history.qmd
- 04_intro_to_nlme.qmd
- part: Simulations with `rxode2`
chapters:
- 05_getting_started.qmd
- 06_events.qmd
- 07_single_subjects.qmd
- 08_populations.qmd
- 09_more_complex_examples.qmd
- part: "Modeling with `nlmixr2`"
chapters:
- 10_parameter_estimation_and_model_fitting.qmd
- 11_diagnostics_and_evaluation.qmd
- 12_handling_covariate_effects.qmd
- 13_model_selection_and_comparison.qmd
- 14_case_studies_and_practical_applications.qmd
- 15_tracking_work_with_shinymixr.qmd
- part: "Advanced topics"
chapters:
- 16_inside_mixrverse.qmd
- 17_extending_mixrverse.qmd
- part: "The mixrverse"
chapters:
- 18_qualifying_mixrverse.qmd
- 19_babelmixr.qmd
- 20_mixrverse.qmd
- part: "The future"
chapters:
- 21_future_directions.qmd
- 22_final_thoughts.qmd
- function_reference.qmd
- references.qmd
bibliography: references.bib
csl: vancouver.csl
format:
html:
theme: litera
pdf:
documentclass: scrreprt
editor: source