Skip to content

Commit 06e14ec

Browse files
committed
Push from mac
1 parent 2bc2d7a commit 06e14ec

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

favicon.ico

14.7 KB
Binary file not shown.

index.Rmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Doing Meta Analysis in R"
3+
subtitle: "A Hands-on Guide"
34
author: "Mathias Harrer, B.Sc. & Dr. habil. David Ebert"
45
date: "Friedrich-Alexander-University Erlangen-Nuremberg"
56
github-repo: "MathiasHarrer/Doing-Meta-Analysis-in-R"
@@ -15,11 +16,13 @@ output:
1516
split_by: section
1617
includes:
1718
after_body: banner.html
19+
df_print: paged
1820
documentclass: book
1921
bibliography: [book.bib, packages.bib]
2022
biblio-style: apalike
2123
link-citations: yes
2224
description: "This is a guide on how to conduct Meta-Analysis in R."
25+
favicon: "favicon.ico"
2326
---
2427

2528
# About this Guide

packages.bib

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,13 @@ @Manual{R-bookdown
1313
note = {R package version 0.7},
1414
url = {https://CRAN.R-project.org/package=bookdown},
1515
}
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-
}
2316
@Manual{R-knitr,
2417
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
2518
author = {Yihui Xie},
2619
year = {2018},
2720
note = {R package version 1.20},
2821
url = {https://CRAN.R-project.org/package=knitr},
2922
}
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-
}
3723
@Manual{R-png,
3824
title = {png: Read and write PNG images},
3925
author = {Simon Urbanek},

0 commit comments

Comments
 (0)