-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
193 lines (186 loc) · 5.89 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
project:
type: book
book:
title: "Guide to Effect Sizes and Confidence Intervals"
downloads: [pdf, docx]
repo-url: https://github.com/MatthewBJane/guide-to-effect-sizes-and-confidence-intervals
cover-image: cover-image.png
twitter-card:
image: social-preview.png
creator: "@MatthewBJane"
title: "Guide to Effect Sizes and Confidence Intervals"
site-url: https://matthewbjane.quarto.pub/guide-to-effect-sizes-and-confidence-intervals/
sidebar:
background: 'white'
border: true
header: |
![](margin-header.png)
title: "Table of Contents"
author:
- name: Matthew B. Jané
email: [email protected]
url: https://matthewbjane.com
orcid: 0000-0002-3121-7769
affiliations:
- name: University of Connecticut
department: Department of Psychological Sciences
- name: Qinyu Xiao
email: [email protected]
orcid: 0000-0002-9824-9247
affiliations:
- name: University of Vienna
department: Department of Occupational, Economic, and Social Psychology
- name: Siu Kit Yeung
email: [email protected]
orcid: 0000-0002-5835-0981
affiliations:
- name: Chinese University of Hong Kong
department: Department of Psychology
- name: Mattan S. Ben-Shachar
orcid: 0000-0002-4287-4801
email: [email protected]
affiliations:
- name: Independent Researcher
- name: Aaron R. Caldwell
orcid: 0000-0002-4541-6283
affiliations:
- name: University of Arkansas for Medical Sciences
department: Fay W. Boozman College of Public Health
- name: Denis Cousineau
email: [email protected]
orcid: 0000-0001-5908-0402
affiliations:
- id: id7
name: Université d’Ottawa
- name: Daniel J. Dunleavy
email: [email protected]
orcid: 0000-0002-3597-7714
affiliations:
- id: id4
name: Florida State
department: College of Social Work
- name: Mahmoud Elsherif
email: [email protected]
orcid: 0000-0002-0540-3998
affiliations:
- id: id6
name: University of Birmingham
- name: Blair T. Johnson
orcid: 0000-0002-2688-0398
email: [email protected]
affiliations:
- name: University of Connecticut
department: Department of Psychological Sciences
- name: David Moreau
email: [email protected]
orcid: 0000-0002-1957-1941
affiliations:
- name: University of Auckland
department: Centre for Brain Research
- name: Paul Riesthuis
orcid: 0000-0001-6520-2453
affiliations:
- name: KU Leuven & Maastricht University
department: Centre for Brain Research
- name: Lukas Röseler
email: [email protected]
orcid: 0000-0002-6446-1901
affiliations:
- id: id5
name: University of Bamberg
- name: James Steele
email: [email protected]
orcid: 0000-0002-8003-0757
affiliations:
- name: Solent University
department: School of Sport, Health and Social Sciences
- name: Felipe F. Vieira
orcid: 0009-0006-0949-6569
affiliations:
- name: Ghent University
department: Department of Applied Mathematics, Computer Science and Statistics
- name: Mircea Zloteanu
orcid: 0000-0002-2753-637X
email: [email protected]
affiliations:
- name: Kingston University London
- name: Gilad Feldman
corresponding: true
email: [email protected]
orcid: 0000-0003-2812-6599
affiliations:
- name: University of Hong Kong
department: Department of Psychology
date: "01/01/2024"
date-format: "YYYY"
chapters:
- text: "Home"
href: index.qmd
- text: "Defining Effect Sizes"
href: Defining-Effect-Sizes.qmd
- text: "Benchmarks"
href: Benchmarks.qmd
- text: "Reporting Effect Sizes"
href: Reporting-Effect-Sizes.qmd
- text: "Interpreting Confidence Intervals"
href: Interpreting-Confidence-Intervals.qmd
- text: "Reporting Confidence Intervals"
href: Reporting-Confidence-Intervals.qmd
- text: "Using R"
href: Useful-R-Packages.qmd
- part: "**Standardized Effect Sizes**"
chapters:
- text: "Mean Differences"
href: Standardized-Mean-Differences.qmd
- text: "Correlations"
href: Correlations.qmd
- text: "Categorical/Proportional Data"
href: Categorical-Proportional-Data.qmd
- text: "ANOVAs"
href: Effect-Sizes-for-ANOVAs.qmd
- text: "Variability Differences"
href: Differences-in-Variance.qmd
- text: "Non-Parametric Effect Sizes"
href: Non-Parametric-Effect-Sizes.qmd
- text: "Regression"
href: Regression.qmd
- text: "Artifacts and Bias in Effect Sizes"
href: Artifacts-and-Bias.qmd
- part: "**Converting Between Effect Sizes**"
chapters:
- text: "Converting to Cohen's d"
href: Converting-to-Cohens-d.qmd
- text: "Converting to Correlations"
href: Converting-to-Correlation.qmd
- text: "Converting to Odds Ratios"
href: Converting-to-Odds-Ratio.qmd
- part: "**Conclusion**"
chapters:
- text: "Conclusion"
href: Conclusion.qmd
- text: "References"
href: references.qmd
comments:
hypothesis: true
keywords: [collaboration, confidence interval, effect size, open educational resource, open scholarship, open science]
bibliography: references.bib
format:
html:
theme: Simplex
backgroundcolor: 'white'
title-block-style: default
code-block-bg: '#f1f1f1'
pdf:
documentclass: scrreprt
mainfont: 'Arial'
code-block-bg: '#f1f1f1'
code-block-border-left: false
header-includes: |
\titlehead{\includegraphics[width=6in]{cover-image.png}}
docx:
documentclass: scrreprt
mainfont: 'Arial'
code-block-bg: '#f1f1f1'
code-block-border-left: false
toc: true
editor: source