-
Notifications
You must be signed in to change notification settings - Fork 10
/
_quarto-revealjs.yml
63 lines (62 loc) · 1.31 KB
/
_quarto-revealjs.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
project:
output-dir: _slides
render:
- intro-to-GLMs.qmd
- intro-MLEs.qmd
- glms.qmd
- Linear-models-overview.qmd
- logistic-regression.qmd
- count-regression.qmd
- time-to-event-models.qmd
- intro-to-survival-analysis.qmd
- proportional-hazards-models.qmd
- parametric-survival-models.qmd
- probability.qmd
- estimation.qmd
- intro-MLEs.qmd
format:
revealjs:
bibliography: references.bib
# reference-location: margin
citations-hover: true
theme: dark
embed-resources: true
fig-cap-location: top
html-math-method: mathjax
smaller: false
number-sections: true
progress: true
incremental: false
df-print: paged
number-depth: 2
slide-number: true
shift-heading-level-by: -1
slide-level: 2
scrollable: true
echo: true
margin: 0
code-fold: true
code-link: true
code-summary: "[R code]"
# code-overflow: scroll
auto-stretch: true
# out-width: "50%"
fig-height: 5
fig-width: 7
# chalkboard: true
include-in-header:
text: |
<style>
.custom-small table {
font-size: .5em
}
</style>
execute:
warning: false
message: false
cache: false
freeze: auto # re-render only when source changes
knitr:
opts_chunk:
collapse: true
comment: "#>"