forked from davidfoxcroft/lsj-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
114 lines (110 loc) · 3.07 KB
/
Copy path_quarto.yml
File metadata and controls
114 lines (110 loc) · 3.07 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
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
project:
type: book
output-dir: docs
execute:
echo: false
warning: false
book:
title: learning statistics with jamovi
author: "Danielle J. Navarro & David R. Foxcroft"
date-meta: last-modified
date-format: "D MMMM YYYY"
doi: 10.24384/hgc3-7p15
cover-image: images/bookcover_scaled.png
downloads: [pdf, epub]
reader-mode: true
sidebar:
align: left
collapse-level: 1
page-footer:
left: |
<a href="https://learnstatswithjamovi.com">learning statistics with jamovi</a>
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>
site-url: "https://davidfoxcroft.github.io/lsj-book/"
repo-url: "https://github.com/davidfoxcroft/lsj-book/"
repo-actions: [edit,issue]
sharing: [twitter, facebook, linkedin]
open-graph: true
fig-width: 5in
fig-height: 5in
fig-align: left
chapters:
- index.qmd
- Preface.qmd
- part: Beginnings
chapters:
- 01-Why-do-we-learn-statistics.qmd
- 02-A-brief-introduction-to-research-design.qmd
- part: An introduction to jamovi
chapters:
- 03-Getting-started-with-jamovi.qmd
- part: Working with data
chapters:
- 04-Descriptive-statistics.qmd
- 05-Drawing-graphs.qmd
- 06-Pragmatic-matters.qmd
- part: Statistical theory
chapters:
- Prelude-Part-IV.qmd
- 07-Introduction-to-probability.qmd
- 08-Estimating-unknown-quantities-from-a-sample.qmd
- 09-Hypothesis-testing.qmd
- part: Statistical tools
chapters:
- 10-Categorical-data-analysis.qmd
- 11-Comparing-two-means.qmd
- 12-Correlation-and-linear-regression.qmd
- 13-Comparing-several-means-one-way-ANOVA.qmd
- 14-Factorial-ANOVA.qmd
- 15-Factor-Analysis.qmd
- part: Endings, alternatives and prospects
chapters:
- 16-Bayesian-statistics.qmd
- Epilogue.qmd
- References.qmd
bibliography: refs.bib
csl: apa.csl
format:
html:
title-block-style: none
toc: true
collapse: true
html-math-method: mathjax
include-in-header: header-includes.html
css: styles.css
theme:
light:
- flatly
#- custom.scss
dark:
- darkly
#- custom.scss
number-sections: true
link-external-newwindow: true
#reference-location: margin
epub:
# footnotes not rendering math in popup but ok in mainview (issue with calibre viewer)
title: "learning statistics with jamovi (version 0.75)"
toc: true
css: styles.css
html-math-method: mathjax
include-in-header: header-includes.html
epub-cover-image: images/bookcover_html.png
pdf:
title: "learning statistics with jamovi (version 0.75)"
documentclass: book
geometry:
- paperwidth=8.00in
- paperheight=10.00in
- left=1.25in
- textwidth= 5.25in
- top=1.00in
- textheight=8.25in
#- showframe
include-in-header: preamble.tex
include-before-body: first.tex
include-after-body: backcover.tex
toc: true
colorlinks: true
keep-tex: true