-
Notifications
You must be signed in to change notification settings - Fork 11
/
_quarto-book.yml
116 lines (110 loc) · 2.64 KB
/
_quarto-book.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
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
106
107
108
109
110
111
112
113
114
115
116
project:
type: book
output-dir: _book
book:
title: "Regression Models for Epidemiology"
downloads: [pdf]
author:
- name: "Ezra Morrison"
url: https://demorrison.ucdavis.edu/
affiliation: Department of Public Health Sciences, School of Medicine, University of California, Davis
page-footer:
left:
- text: "Copyright 2024, Douglas Ezra Morrison"
date: last-modified
date-format: "[Last modified:] YYYY-MM-DD: H:mm:ss (z)"
google-analytics: "G-W625DGE908"
reader-mode: true
repo-url: https://github.com/d-morrison/rme
repo-actions: [edit, issue]
chapters:
- index.qmd
- Intro-to-GLMs.qmd
- part: glms.qmd
chapters:
- Linear-models-overview.qmd
- logistic-regression.qmd
- count-regression.qmd
- intro-multilevel-models.qmd
- part: time-to-event-models.qmd
chapters:
- intro-to-survival-analysis.qmd
- proportional-hazards-models.qmd
- parametric-survival-models.qmd
references: references.qmd
appendices:
- appendices-are-prereqs.qmd
- math-prereqs.qmd
- probability.qmd
- estimation.qmd
- inference.qmd
- intro-MLEs.qmd
- intro-bayes.qmd
- common-mistakes.qmd
- notation.qmd
- intro-to-R.qmd
- CONTRIBUTING.md
back-to-top-navigation: true
page-navigation: true
format:
html:
link-external-icon: true
shift-heading-level-by: 0
subject: "Epidemiology 204"
date: last-modified
date-format: "[Last modified:] YYYY-MM-DD: H:mm:ss (A)"
theme:
light: cosmo
dark: darkly
code-tools: true
df-print: paged
code-fold: true
code-link: true
fig-cap-location: top
html-math-method: mathjax
number-sections: true
number-depth: 3
toc-depth: 3
code-summary: "Show R code"
css: custom.scss
pdf:
toc: true
fig-pos: "H"
hyperrefoptions:
- bookmarksnumbered=true
toc-title: Contents
# df-print: kable
df-print: tibble
links-as-notes: true
documentclass: scrbook
classoption: [twoside=off]
shift-heading-level-by: 0
toc-depth: 2
number-sections: true
number-depth: 3
colorlinks: true
include-in-header:
text: |
\usepackage{makeidx}
\makeindex
include-after-body:
text: |
\printindex
comments:
hypothesis:
theme: clean
openSidebar: false
enableExperimentalNewNoteButton: true
execute:
warning: false
message: false
cache: false
freeze: auto # re-render only when source changes
editor: source
knitr:
opts_chunk:
collapse: true
# df_print: paged
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true