forked from MathiasHarrer/dmetar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
60 lines (36 loc) · 2.26 KB
/
index.Rmd
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
---
output: github_document
---
[![DOI](https://zenodo.org/badge/152492192.svg)](https://zenodo.org/badge/latestdoi/152492192)
[![Maintenance](https://img.shields.io/badge/maintenance-yes-blue.svg)](https://img.shields.io/maintenance/yes/2020)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![GitHub last commit](https://img.shields.io/github/last-commit/MathiasHarrer/dmetar)](https://img.shields.io/github/last-commit/MathiasHarrer/dmetar)
<br></br>
<br></br>
<img src="man/figures/logo.png" align="left" alt="" width="100" />
<br></br>
<br></br>
<br></br>
<br></br>
## dmetar
**Doing Meta-Analysis in R**
![](man/figures/front.png)
<br></br>
The **dmetar** package serves as the companion R package for the guide [**Doing Meta-Analysis in R**](https://bookdown.org/MathiasHarrer/Doing_Meta_Analysis_in_R/) by Mathias Harrer, Pim Cuijpers, Toshi Furukawa and David Daniel Ebert. The package contains utility functions to facilitate the conduction of meta-analyses using the **meta**, **metafor**, **netmeta** and **gemtc** packages.
<br></br>
## Installation
The latest development version can be installed from **GitHub** using [**devtools**](https://devtools.r-lib.org/).
```{r, eval=FALSE}
if (!require("devtools")) {
install.packages("devtools")
}
devtools::install_github("MathiasHarrer/dmetar")
```
<br></br>
## Learning More
The **dmetar** package was developed for the online guide **Doing Meta-Analysis in R** by Mathias Harrer, Pim Cuijpers, Toshi Furukawa and David Daniel Ebert. This guide gives an introduction on how meta-analyses can be conducted in R, with a focus on biomedical and psychological research.
The guide was designed to serve as a low-threshold entry point for researchers who want to learn about meta-analysis using R. **No prior knowledge of R or RStudio is required**. The guide provides a more detailed overview of **dmetar** functions and how they can be used in combination with go-to meta-analysis packages such as **metafor** or **meta**.
[**View the Guide**](https://bookdown.org/MathiasHarrer/Doing_Meta_Analysis_in_R/)
<br></br>
## Questions & Bugs
For questions concerning the **dmetar** package, or to report bugs, please contact **Mathias** ([email protected]).