Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsquintana/corr_meta
Supplementary script for meta-analysis primer
https://github.com/dsquintana/corr_meta
Last synced: 1 day ago
JSON representation
Supplementary script for meta-analysis primer
- Host: GitHub
- URL: https://github.com/dsquintana/corr_meta
- Owner: dsquintana
- Created: 2015-09-01T11:13:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T15:47:08.000Z (about 9 years ago)
- Last Synced: 2024-08-02T06:02:10.153Z (3 months ago)
- Language: C
- Size: 219 KB
- Stars: 54
- Watchers: 7
- Forks: 65
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A nontechical primer for conducting a meta-analysis to synthesize correlational data
A companion R script implementing the analysis described in Quintana (2015).
Quintana DS (2015). From pre-registration to publication: a nontechnical primer for conducting a meta-analysis to synthesize correlational data. Front. Psychol. 6:1549. [doi: 10.3389/fpsyg.2015.01549](http://journal.frontiersin.org/article/10.3389/fpsyg.2015.01549/abstract)
# Abstract
Meta-analysis synthesizes a body of research investigating a common research question. Outcomes from meta-analyses provide a more objective and transparent summary of a research area than traditional narrative reviews. Moreover, they are often used to support research grant applications, guide clinical practice and direct health policy. The aim of this article is to provide a practical and nontechnical guide for psychological scientists that outlines the steps involved in planning and performing a meta-analysis of correlational datasets. I provide a supplementary R script to demonstrate each analytical step described in the paper, which is readily adaptable for researchers to use for their analyses. I also emphasise the importance of meta-analysis protocols and pre-registration to improve transparency and help avoid unintended duplication. While the worked example is the analysis of a correlational dataset, the general meta-analytic process described in this paper is applicable for all types of effect sizes. An improved understanding this tool will not only help scientists to conduct their own meta-analyses but also improve their evaluation of published meta-analyses.
# File descriptions
1. "script" - The supplementary R script.
2. "dat_bias.csv" - A simulated “biased” dataset to demonstrate the trim and fill procedure. To follow the R script, this .csv file needs to be saved in the R working directory using the file name “dat_bias.csv”.
3. "dat_mes.csv" - A simulated dataset that aggregates the first 3 studies from the original dataset to demonstrate how to work with multiple effect sizes from a single study. To follow the R script, this .csv file needs to be saved in the R working directory using the file name “dat_mes.csv”.The simulated datasets are adapted from Molloy et al., (2014).
Molloy, G. J., O’Carroll, R. E., and Ferguson, E. (2014). Conscientiousness and Medication Adherence: A Meta-analysis. Ann Behav Med 47, 92–101. [doi:10.1007/s12160-013-9524-4](http://www.ncbi.nlm.nih.gov/pubmed/23783830).