-
Notifications
You must be signed in to change notification settings - Fork 79
/
_quarto.yml
90 lines (87 loc) · 2.24 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
project:
type: book
output-dir: docs
resources: resources
execute:
freeze: auto
book:
title: "Improving Your Statistical Inferences"
subtitle: ""
author: "Daniël Lakens"
description: "This open educational resource contains information to improve statistical inferences, design better experiments, and report scientific research more transparently."
cover-image: images/logos/logo.png
image: images/logos/logo.png
favicon: images/logos/favicon.ico
cookie-consent: false
google-analytics: "G-0MK2WTGRM3"
page-navigation: true
search: true
# comments:
# hypothesis:
# theme: clean
# openSidebar: false
repo-url: https://github.com/Lakens/statistical_inferences
repo-branch: master
repo-actions: [edit, issue, source]
downloads: [pdf, epub]
# sharing: [twitter]
# sidebar:
# style: docked
# background: light
margin-header: ""
page-footer:
left: "Lakens, D. (2022). Improving Your Statistical Inferences. Retrieved from https://lakens.github.io/statistical_inferences/. https://doi.org/10.5281/zenodo.6409077"
chapters:
- index.qmd
- 01-pvalue.qmd
- 02-errorcontrol.qmd
- 03-likelihoods.qmd
- 04-bayes.qmd
- 05-questions.qmd
- 06-effectsize.qmd
- 07-CI.qmd
- 08-samplesizejustification.qmd
- 09-equivalencetest.qmd
- 10-sequential.qmd
- 11-meta.qmd
- 12-bias.qmd
- 13-prereg.qmd
- 14-computationalreproducibility.qmd
- 15-researchintegrity.qmd
- 16-confirmationbias.qmd
- 17-replication.qmd
- references.qmd
- changelog.qmd
bibliography: include/book.bib
csl: include/apa.csl
format:
pdf:
toc: true
number-sections: true
colorlinks: true
df-print: kable
html-table-processing: none
epub:
toc: true
df-print: kable
html-table-processing: none
html:
theme:
light:
- flatly
- include/light.scss
dark:
- darkly
- include/dark.scss
css: [include/booktem.css, include/style.css, include/webex.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
monofont: Fira Code
mainfont: Open Sans
include-after-body: [include/webex.js, include/script.js]