-
Notifications
You must be signed in to change notification settings - Fork 176
/
_quarto.yml
131 lines (116 loc) · 2.89 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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
project:
type: book
output-dir: _book
resources:
- _redirects
book:
title: "Introduction to Modern Statistics (2e)"
reader-mode: true
page-footer:
left: |
This is IMS2e!
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
cover-image: images/IMS2_front_cover.png
favicon: images/openintro.png
site-url: https://openintro-ims2.netlify.app/
repo-url: https://github.com/openintrostat/ims/
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- authors.qmd
- preface.qmd
- part: introduction-to-data.qmd
chapters:
- data-hello.qmd
- data-design.qmd
- data-applications.qmd
- part: exploratory-data-analysis.qmd
chapters:
- explore-categorical.qmd
- explore-numerical.qmd
- explore-applications.qmd
- part: regression-modeling.qmd
chapters:
- model-slr.qmd
- model-mlr.qmd
- model-logistic.qmd
- model-applications.qmd
- part: foundations-of-inference.qmd
chapters:
- foundations-randomization.qmd
- foundations-bootstrapping.qmd
- foundations-mathematical.qmd
- foundations-errors.qmd
- foundations-applications.qmd
- part: statistical-inference.qmd
chapters:
- inference-one-prop.qmd
- inference-two-props.qmd
- inference-tables.qmd
- inference-one-mean.qmd
- inference-two-means.qmd
- inference-paired-means.qmd
- inference-many-means.qmd
- inference-applications.qmd
- part: inferential-modeling.qmd
chapters:
- inf-model-slr.qmd
- inf-model-mlr.qmd
- inf-model-logistic.qmd
- inf-model-applications.qmd
appendices:
- exercise-solutions.qmd
- references.qmd
bibliography:
- book.bib
- eoce.bib
- packages.bib
format:
html:
theme:
light: [cosmo, scss/ims-style.scss]
dark: [cosmo, scss/ims-style-dark.scss]
code-link: true
mainfont: Atkinson Hyperlegible
monofont: Source Code Pro
author-meta: "Mine Çetinkaya-Rundel and Johanna Hardin"
lightbox:
match: auto
loop: false
fig-dpi: 300
fig-show: hold
fig-align: center
#pdf:
# include-in-header: latex/ims-style.tex
# include-after-body: latex/after-body.tex
# documentclass: book
# classoption:
# - 10pt
# - openany
# pdf-engine: xelatex
# biblio-style: apalike
# keep-tex: true
# block-headings: false
# top-level-division: chapter
# fig-dpi: 300
# fig-show: hold
# fig-pos: H
# tbl-pos: H
# fig-align: center
# toc: true
# toc-depth: 2
editor: source
execute:
freeze: auto
echo: false
cache: false
warning: false
knitr:
opts_chunk:
dev: "ragg_png"
fig-asp: 0.618 # 1 / phi
fig-width: 8
comments:
hypothesis: true