-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
70 lines (64 loc) · 1.48 KB
/
Copy path_quarto.yml
File metadata and controls
70 lines (64 loc) · 1.48 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
project:
type: book
execute-dir: project
book:
title: "statslab"
subtitle: "The \"How\" of Statistics"
author: Christian C. Luhmann
repo-url: https://github.com/cluhmann/statslab
reader-mode: true
navbar:
logo: images/logos/beta.png
logo-alt: "Several beta distributions"
search: false
search:
location: sidebar
type: overlay
sidebar:
search: true
chapters:
- index.qmd
- part: "Beginnings"
chapters:
- rlang.qmd
- programming.qmd
- scripts.qmd
- data.qmd
- part: "Exploring"
chapters:
- tidyverse.qmd
- tibbles.qmd
- dplyr.qmd
- ggplot2.qmd
- eda.qmd
- factors.qmd
- part: "Statistics"
chapters:
- descriptives.qmd
- hypothesis.qmd
- distributions.qmd
- basicregression.qmd
- regressiondiagnostics.qmd
- multipleregression.qmd
- glm.qmd
# - anova.qmd
# - interactions.qmd
# - polynomial.qmd
- part: "Activities"
chapters:
- sampling.qmd
- simulatingpre.qmd
- samplepvalues.qmd
- endtoend-multiplereg.qmd
# - missingness.qmd
appendices:
- data-files.qmd
- references.qmd
- rannoyances.qmd
bibliography: references.bib
format:
html:
theme: sandstone
# theme: sandstone, litera, spacelab, zephyr
css: styles.css
toc: true