-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
62 lines (58 loc) · 1.33 KB
/
_quarto.yml
File metadata and controls
62 lines (58 loc) · 1.33 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
project:
type: book
output-dir: _book
book:
title: "Meta-Analysis Workshop"
author: "Daniel W.A. Noble, Patrice Pottier"
date: today
sidebar:
logo: figs/logo.png
chapters:
- part: "**Welcome**"
chapters:
- index.qmd
- part: "**Fundamentals of Meta-Analysis**"
chapters:
- introduction-to-meta.qmd
- part: "**Effect Sizes**"
chapters:
- effect-size.qmd
- effect-assume.qmd
- nuis-het.qmd
- part: "**Statistical Models**"
chapters:
- fixed-vs-random.qmd
- multi-level.qmd
- part: "**Heterogeneity**"
chapters:
- het.qmd
- part: "**Meta-Regression**"
chapters:
- metaregression.qmd
- part: "**Advanced Topics**"
chapters:
- complex-nonind.qmd
- phylo.qmd
- part: "**Publication Bias**"
chapters:
- pub-bias1.qmd
- pub-bias2.qmd
repo-url: https://github.com/noble-lab/meta-analysis_workshop
sharing: [twitter, facebook, linkedin]
bibliography: bib/refs.bib
csl: bib/the-journal-of-experimental-biology.csl
format:
html:
theme: cosmo
toc: true
toc-depth: 3
number-sections: false
code-fold: show
code-tools: true
code-copy: true
knitr:
opts_chunk:
echo: true
cache: false
message: false
warning: false