Meta-Analysis

Doing Meta-Analysis in R

by Mathias Harrer, Pim Cuijpers, Toshi A. Furukawa, David D. Ebert

2024-08-09
Doing Meta-Analysis in R

This is a guide on how to conduct Meta-Analyses in R. […] Welcome to the online version of “Doing Meta-Analysis with R: A Hands-On Guide”. This book serves as an accessible introduction into how meta-analyses can be conducted in R. Essential steps for meta-analysis are covered, including pooling of outcome measures, forest plots, heterogeneity diagnostics, subgroup analyses, meta-regression, methods to control for publication bias, risk of bias assessments and plotting tools. Advanced, but highly relevant topics such as network meta-analysis, multi-/three-level meta-analyses, Bayesian … Read more →

1

Using MetaHD: A multivariate meta-analysis model for metabolomics data

by Jayamini C. Liyanage, Luke Prendergast, Robert Staudte and Alysha De Livera

2024-07-22

MetaHD is an R package that performs multivariate meta-analysis for high-dimensional metabolomics data for integrating and collectively analysing individual-level metabolomics data generated from multiple studies as well as for combining summary estimates. This approach accounts for correlation between metabolites, considers variability within and between studies, handles missing values and uses shrinkage estimation to allow for high dimensionality. Read more →

2

Meta-analysis Shiny Application Guideline

by Sangyoung Jung

2024-02-06

Sangyoung Jung This application can help data analysis for the meta analysis and data visualization including forest plots and geographical frequency maps. It offers four key benefits: Data Cleaning and Check: The application not only cleanses datasets, preparing elements such as author names for meta-analysis, but also assists in identifying missing values and outliers during data checks. Meta-analysis Model Fitting: It is capable of conducting meta-analysis and moderator analysis with detailed statistics and diagnostic plots. Data Visualization: The application supports data visualization, … Read more →

3

Doing Meta-Analysis in R

by Mathias Harrer, Pim Cuijpers, Toshi A. Furukawa, David D. Ebert

2023-09-26
Doing Meta-Analysis in R

This is a guide on how to conduct Meta-Analyses in R. (Japanese version) […] オンライン版の R によるメタ分析:ハンズオンへようこそ。 本書は、 R でメタ分析を行う方法について、わかりやすく紹介するガイドラインである。メタ分析の基本的な手順として、アウトカム指標のプール、フォレストプロット、異質性診断、サブグループ解析、メタ回帰、出版バイアスの制御方法、バイアスリスク評価、プロットツールなどを網羅している。 また、ネットワークメタ分析、マルチレベル(3レベル)メタ分析、ベイズメタ分析アプローチ、SEM メタ分析といった高度でありながら関連性の高いトピックも取り上げる。 本書で扱うプログラミングや統計的背景は、専門家でなくても理解 … Read more →

4

Meta-analysis of Ecological Data in R

by Rob Crystal-Ornelas, PhD

2022-01-15

A book about how to use R for the meta-analysis of ecological data […] We created this book as a guide to conducting meta-analysis using ecological data in R. Ecologists are increasingly turning to evidence synthesis (i.e., systematic review and meta-analysis) as a way of describing and summarizing the published evidence base within sub-disciplines. There are helpful books that provide the theory behind meta-research in ecology (Koricheva, Gurevitch, and Mengersen 2013). There are also more technical guides that provide the R code for conducting meta-analyses, but these are typically built … Read more →

5