-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
104 lines (104 loc) · 2.44 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
lang: en
project:
type: book
output-dir: docs
resources: resources
execute:
freeze: auto
book:
title: Fundamentals of Quantitative Analysis
subtitle: ''
author:
- orcid: 0000-0002-4191-5245
name:
family: Bartlett
given: James
- orcid: 0000-0002-5688-9537
name:
family: Toivo
given: Wilhelmiina
doi: ''
license: CC-BY
description: Materials for the MSc Conversion Research Methods 1 and 2 courses at the University of Glasgow School of Psychology & Neuroscience.
cover-image: images/logos/logo.png
image: images/logos/logo.png
favicon: images/logos/logo.png
cookie-consent: false
google-analytics: "G-6NP3MF25W3"
page-navigation: true
search: true
repo-url: https://github.com/PsyTeachR/quant-fundamentals-v3
repo-actions: [edit, issue, source]
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-SA-4.0 (2024) James Bartlett & Wilhelmiina Toivo
chapters:
- index.qmd
- 00-foreword.qmd
- 01-programming-basics.qmd
- 02-starting-with-data.qmd
- 03-intro-data-viz.qmd
- 04-wrangling-1.qmd
- 05-wrangling-2.qmd
- 06-wrangling-3.qmd
- 07-more-visualisation.qmd
- 08-lm-continuous.qmd
- 09-lm-categorical.qmd
- 10-power.qmd
- 11-screening-data.qmd
- 12-anova.qmd
- 13-factorial-anova.qmd
- 14-multiple-regression.qmd
- 16-analysis-journeys.qmd
- 17-analysis-journey-1.qmd
- 18-analysis-journey-2.qmd
- references.qmd
- appendix-y-license.qmd
appendices:
- appendix-a2-additional-learning-resources.qmd
- appendix-a3-How-to-cite-R.qmd
- appendix-b-symbols.qmd
- appendix-d-probability.qmd
bibliography: include/book.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
html-table-processing: none
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