File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title: "Doing Meta Analysis in R"
3
+ subtitle: "A Hands-on Guide"
3
4
author: "Mathias Harrer, B.Sc. & Dr. habil. David Ebert"
4
5
date: "Friedrich-Alexander-University Erlangen-Nuremberg"
5
6
github-repo: "MathiasHarrer/Doing-Meta-Analysis-in-R"
@@ -15,11 +16,13 @@ output:
15
16
split_by: section
16
17
includes:
17
18
after_body: banner.html
19
+ df_print: paged
18
20
documentclass: book
19
21
bibliography: [ book.bib, packages.bib]
20
22
biblio-style: apalike
21
23
link-citations: yes
22
24
description: "This is a guide on how to conduct Meta-Analysis in R."
25
+ favicon: "favicon.ico"
23
26
---
24
27
25
28
# About this Guide
Original file line number Diff line number Diff line change @@ -13,27 +13,13 @@ @Manual{R-bookdown
13
13
note = { R package version 0.7} ,
14
14
url = { https://CRAN.R-project.org/package=bookdown} ,
15
15
}
16
- @Manual {R-kableExtra ,
17
- title = { kableExtra: Construct Complex Table with 'kable' and Pipe Syntax} ,
18
- author = { Hao Zhu} ,
19
- year = { 2018} ,
20
- note = { R package version 0.9.0} ,
21
- url = { https://CRAN.R-project.org/package=kableExtra} ,
22
- }
23
16
@Manual {R-knitr ,
24
17
title = { knitr: A General-Purpose Package for Dynamic Report Generation in R} ,
25
18
author = { Yihui Xie} ,
26
19
year = { 2018} ,
27
20
note = { R package version 1.20} ,
28
21
url = { https://CRAN.R-project.org/package=knitr} ,
29
22
}
30
- @Manual {R-meta ,
31
- title = { meta: General Package for Meta-Analysis} ,
32
- author = { Guido Schwarzer} ,
33
- year = { 2018} ,
34
- note = { R package version 4.9-2} ,
35
- url = { https://CRAN.R-project.org/package=meta} ,
36
- }
37
23
@Manual {R-png ,
38
24
title = { png: Read and write PNG images} ,
39
25
author = { Simon Urbanek} ,
You can’t perform that action at this time.
0 commit comments