-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
93 lines (93 loc) · 2.02 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
lang: en
project:
type: book
output-dir: docs
resources: resources
execute:
freeze: auto
book:
title: Statistics and Research Design
subtitle: ''
author:
- orcid: 0000-0002-4191-5245
name:
family: Bartlett
given: James
- orcid: 0000-0003-0006-8729
name:
family: Rousselet
given: Guillaume
- orcid: 0000-0002-7523-5539
name:
family: DeBruine
given: Lisa
doi: ''
license: CC-BY
description: Materials for the MSc Statistics and Research Design course at the University of Glasgow.
cover-image: images/logos/logo.png
image: images/logos/logo.png
favicon: images/logos/favicon.ico
cookie-consent: false
google-analytics: 'G-6NP3MF25W3'
page-navigation: true
search: true
sidebar:
title: ''
logo: ''
search: true
contents: ''
style: floating
background: light
foreground: dark
border: true
alignment: left
collapse-level: 3
pinned: true
header: ''
footer: ''
margin-header: ''
page-footer: CC-BY (2025) Bartlett, Rousselet, & DeBruine.
chapters:
- index.qmd
- part: 01-00-GLM.qmd
chapters:
- 01-01-lm-continuous.qmd
- 01-02-lm-categorical.qmd
- 01-03-lm-multiple.qmd
- 01-04-screening-data.qmd
- 01-05-glm.qmd
- part: 02-00-graph_robust.qmd
chapters:
- 02-07-gar-ci.qmd
- 02-08-gar-gpcomp.qmd
appendices:
- references.qmd
bibliography: include/statsresbook_references.bib
csl: include/apa.csl
format:
html:
theme:
light:
- flatly
- include/light.scss
dark:
- darkly
- include/dark.scss
css:
- https://use.fontawesome.com/releases/v5.13.0/css/all.css
- include/booktem.css
- include/webex.css
- include/glossary.css
- include/style.css
df-print: kable
code-link: true
code-fold: false
code-line-numbers: true
code-overflow: wrap
code-copy: hover
highlight-style: a11y
mainfont: ''
monofont: ''
include-after-body:
- include/webex.js
- include/script.js