https://github.com/kevcaz/graphsmetaanalyses
:book: metaAnalyses - QCBS - visualization
https://github.com/kevcaz/graphsmetaanalyses
meta-analysis qcbs r visualization
Last synced: 2 months ago
JSON representation
:book: metaAnalyses - QCBS - visualization
- Host: GitHub
- URL: https://github.com/kevcaz/graphsmetaanalyses
- Owner: KevCaz
- Created: 2017-09-29T23:08:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T19:45:18.000Z (over 8 years ago)
- Last Synced: 2025-01-21T03:41:19.075Z (over 1 year ago)
- Topics: meta-analysis, qcbs, r, visualization
- Language: Makefile
- Homepage: https://kevcaz.github.io/graphsMetaAnalyses/
- Size: 9.28 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Tips to visualize your meta-analysis
This repository includes the talk (as a `.Rmd` file) and all the R scripts I
used for my meta-analysis visualization talk I gave during [the QCBS meta-analysis
workshop](http://qcbs.ca/wiki/meta-analysis-workshop) with @SteveViss on October 30th, 2017.
## R packages required
### Meta-analysis packages
- `meta`
- `metafor`
### R packages required to reproduce the slideshow (including examples)
- `bibtex`
- `rmarkdown`
- `mapview`
- `dplyr`
- `visNetwork`
- `bibtex`
- `ggplot2`
- `lemon`
using a single line of code:
```r
install.packages(c('bibtex', 'dplyr', 'meta', 'metafor', 'mapview', 'rmarkdown',
'visNetwork', 'ggplot2', 'lemon'))
```
## Changes after the QCBS talk (10-30-2017)
- [X] use `mtext()` in a loop to add graph annotations in when creating multi-panels figure.
- [X] add KevCaz solution for Fig. 1 from Roca *et al.* (2016)
- [X] add KevCaz solution for Fig. S2 from Vellend *et al.* (2013)
- [X] add networks of co-authors