-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
373 lines (359 loc) · 12.7 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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
project:
type: website
output-dir: _site
website:
title: "Data Analysis in R"
# cookie-consent:
# type: implied
# style: simple
# palette: light
google-analytics: "G-50FV9HPTRE"
page-footer:
left: "Rand, E. (2023). Data Analysis in R for Becoming a Bioscientist (Version 0.1) <https://github.com/3mmaRand/R4BABS>"
right:
- icon: mastodon
href: "https://mastodon.social/users/3mma"
text: "Emma on mastodon"
- icon: github
href: "https://github.com/3mmaRand"
text: "Emma on GitHub"
navbar:
background: light
twitter-card: true
site-url: "https://3mmarand.github.io/R4BABS/"
repo-url: "https://github.com/3mmaRand/R4BABS"
issue-url: "https://github.com/3mmaRand/R4BABS/issues/new/choose"
repo-actions: [edit, issue]
page-navigation: true
search: true
left:
- text: "Welcome!"
file: index.qmd
- text: "BABS 1"
file: r4babs1/r4babs1.qmd
- text: "BABS 2"
file: r4babs2/r4babs2.qmd
- text: "BABS 4"
file: r4babs4/r4babs4.qmd
- text: "PGT 52M"
file: pgt52m/pgt52m.qmd
tools:
- icon: mastodon
href: "https://mastodon.social/users/3mma"
text: "Emma on mastodon"
- icon: github
href: "https://github.com/3mmaRand"
text: "Emma on GitHub"
sidebar:
- title: "BABS 1"
style: "floating"
contents:
- href: r4babs1/r4babs1.qmd
- text: ---
- text: ---
- section: "Week 6: Understanding file systems"
contents:
- href: r4babs1/week-6/overview.qmd
text: About
- href: r4babs1/week-6/study_before_workshop.qmd
text: Prepare!
- href: r4babs1/week-6/workshop.qmd
text: Workshop
- href: r4babs1/week-6/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 7: Introduction to R and project organisation"
contents:
- href: r4babs1/week-7/overview.qmd
text: About
- href: r4babs1/week-7/study_before_workshop.qmd
text: Prepare!
- href: r4babs1/week-7/workshop.qmd
text: Workshop
- href: r4babs1/week-7/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 8: Types of variable, summarising and plotting data"
contents:
- href: r4babs1/week-8/overview.qmd
text: About
- href: r4babs1/week-8/study_before_workshop.qmd
text: Prepare!
- href: r4babs1/week-8/workshop.qmd
text: Workshop
- href: r4babs1/week-8/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 9: Summarising data with several variables"
contents:
- href: r4babs1/week-9/overview.qmd
text: About
- href: r4babs1/week-9/study_before_workshop.qmd
text: Prepare!
- href: r4babs1/week-9/workshop.qmd
text: Workshop
- href: r4babs1/week-9/study_after_workshop.qmd
text: Consolidate!
- title: "BABS 2"
style: "floating"
contents:
- href: r4babs2/r4babs2.qmd
- text: ---
- text: ---
- section: "Week 1: The logic of hypothesis testing and CI"
contents:
- href: r4babs2/week-1/overview.qmd
text: About
- href: r4babs2/week-1/study_before_workshop.qmd
text: Prepare!
- href: r4babs2/week-1/workshop.qmd
text: Workshop
- href: r4babs2/week-1/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 2: Introduction to statistical models: Single regression"
contents:
- href: r4babs2/week-2/overview.qmd
text: About
- href: r4babs2/week-2/study_before_workshop.qmd
text: Prepare!
- href: r4babs2/week-2/workshop.qmd
text: Workshop
- href: r4babs2/week-2/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 3: Two-sample tests"
contents:
- href: r4babs2/week-3/overview.qmd
text: About
- href: r4babs2/week-3/study_before_workshop.qmd
text: Prepare!
- href: r4babs2/week-3/workshop.qmd
text: Workshop
- href: r4babs2/week-3/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 4: One-way ANOVA and Kruskal-Wallis"
contents:
- href: r4babs2/week-4/overview.qmd
text: About
- href: r4babs2/week-4/study_before_workshop.qmd
text: Prepare!
- href: r4babs2/week-4/workshop.qmd
text: Workshop
- href: r4babs2/week-4/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 5: Two-way ANOVA"
contents:
- href: r4babs2/week-5/overview.qmd
text: About
- href: r4babs2/week-5/study_before_workshop.qmd
text: Prepare!
- href: r4babs2/week-5/workshop.qmd
text: Workshop
- href: r4babs2/week-5/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 6: Association"
contents:
- href: r4babs2/week-6/overview.qmd
text: About
- href: r4babs2/week-6/study_before_workshop.qmd
text: Prepare!
- href: r4babs2/week-6/workshop.qmd
text: Workshop
- href: r4babs2/week-6/study_after_workshop.qmd
text: Consolidate!
- title: "BABS 4"
style: "floating"
contents:
- href: r4babs4/r4babs4.qmd
- text: ---
- text: ---
- section: "Week 1: DA 1 Core"
contents:
- href: r4babs4/week-1/overview.qmd
text: About
- href: r4babs4/week-1/study_before_workshop.qmd
text: Prepare!
- href: r4babs4/week-1/workshop.qmd
text: Workshop
- href: r4babs4/week-1/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 2: DA 2 Immunobiology"
contents:
- href: r4babs4/week-2/overview.qmd
text: About
- href: r4babs4/week-2/study_before_workshop.qmd
text: Prepare!
- href: r4babs4/week-2/workshop.qmd
text: Workshop
- href: r4babs4/week-2/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 4: DA 3 Immunobiology"
contents:
- href: r4babs4/week-4/overview.qmd
text: About
- href: r4babs4/week-4/study_before_workshop.qmd
text: Prepare!
- href: r4babs4/week-4/workshop.qmd
text: Workshop
- href: r4babs4/week-4/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 6: DA 4 Immunobiology"
contents:
- href: r4babs4/week-6/overview.qmd
text: About
- href: r4babs4/week-6/study_before_workshop.qmd
text: Prepare!
- href: r4babs4/week-6/workshop.qmd
text: Workshop
- href: r4babs4/week-6/study_after_workshop.qmd
text: Consolidate!
- title: "PGT 52M"
style: "floating"
background: light
contents:
- href: pgt52m/pgt52m.qmd
- text: ---
- text: ---
- section: "Week 1: Understanding file systems"
contents:
- href: pgt52m/week-1/overview.qmd
text: About
- href: pgt52m/week-1/study_before_workshop.qmd
text: Prepare!
- href: pgt52m/week-1/workshop.qmd
text: Workshop
- href: pgt52m/week-1/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 2: Introduction to R and project organisation"
contents:
- href: pgt52m/week-2/overview.qmd
text: About
- href: pgt52m/week-2/study_before_workshop.qmd
text: Prepare!
- href: pgt52m/week-2/workshop.qmd
text: Workshop
- href: pgt52m/week-2/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 3: Types of variable, summarising and plotting data"
contents:
- href: pgt52m/week-3/overview.qmd
text: About
- href: pgt52m/week-3/study_before_workshop.qmd
text: Prepare!
- href: pgt52m/week-3/workshop.qmd
text: Workshop
- href: pgt52m/week-3/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 4: Summarising data with several variables"
contents:
- href: pgt52m/week-4/overview.qmd
text: About
- href: pgt52m/week-4/study_before_workshop.qmd
text: Prepare!
- href: pgt52m/week-4/workshop.qmd
text: Workshop
- href: pgt52m/week-4/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 5: The logic of hypothesis testing and CI"
contents:
- href: pgt52m/week-5/overview.qmd
text: About
- href: pgt52m/week-5/study_before_workshop.qmd
text: Prepare!
- href: pgt52m/week-5/workshop.qmd
text: Workshop
- href: pgt52m/week-5/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 6: Introduction to statistical models: Single regression"
contents:
- href: pgt52m/week-6/overview.qmd
text: About
- href: pgt52m/week-6/study_before_workshop.qmd
text: Prepare!
- href: pgt52m/week-6/workshop.qmd
text: Workshop
- href: pgt52m/week-6/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 7: Two-sample tests"
contents:
- href: pgt52m/week-7/overview.qmd
text: About
- href: pgt52m/week-7/study_before_workshop.qmd
text: Prepare!
- href: pgt52m/week-7/workshop.qmd
text: Workshop
- href: pgt52m/week-7/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 8: One-way ANOVA and Kruskal-Wallis"
contents:
- href: pgt52m/week-8/overview.qmd
text: About
- href: pgt52m/week-8/study_before_workshop.qmd
text: Prepare!
- href: pgt52m/week-8/workshop.qmd
text: Workshop
- href: pgt52m/week-8/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 9: Introduction to the Assessment"
contents:
- href: pgt52m/week-9/overview.qmd
text: About
- href: pgt52m/week-9/study_before_workshop.qmd
text: Prepare!
- href: pgt52m/week-9/workshop.qmd
text: Workshop
- href: pgt52m/week-9/study_after_workshop.qmd
text: Consolidate!
- text: ---
- section: "Week 10: Reproducible Reporting"
contents:
- href:
text: About
- href:
text: Prepare!
- href:
text: Workshop
- href:
text: Consolidate!
execute:
echo: true
warning: false
output: true
error: true
collapse: true
engine: knitr
format:
html:
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/3mmarand\.github\.io\/R4BABS'
theme:
light: [cosmo, custom.scss]
code-copy: true
code-link: true
code-overflow: wrap
code-line-numbers: false
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 300px
author-meta: Emma Rand
fig-dpi: 600
bibliography: references.bib
comments:
hypothesis: true
editor: source