8000 GitHub - zhichaoxu04/MetaR2M-paper: Simulations and real data analysis using MetaR2M
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zhichaoxu04/MetaR2M-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MetaR2M-paper

Important

For more details or instructions of this package, please refer to MetaR2M. Here we only provide the simulation settings and computational details for the paper.

MetaR2M: A novel framework for conducting meta-analyses in high-dimensional settings, specifically for evaluating the R2-based total mediation effect.

We provide the scripts to perform:

  • Fixed/Random-effects models simulations with independent/correlated mediators

  • Real data analysis with the TOPMed program

Getting Started

Download and install following required R packages:

  • Download MetaR2M package from Github using:
git clone https://github.com/zhichaoxu04/MetaR2M.git
  • Or, install MetaR2M package in R directly

    • First, install devtools in R from CRAN:

      install.packages("devtools")
    • Then, install MetaR2M using the install_github function and load the package:

      devtools::install_github("zhichaoxu04/MetaR2M")
      library(MetaR2M)
  • Make sure that all the required packages have been installed or updated. Here are some of the required packages:

    • Meta: User-friendly general package providing standard methods for meta-analysis
    • mvmeta: Collection of functions to perform fixed and random-effects multivariate and univariate meta-analysis and meta-regression.
    • Metafor: The package consists of a collection of functions that allow the user to calculate various effect size or outcome measures, fit equal-, fixed-, random-, and mixed-effects models to such data, carry out moderator and meta-regression analyses, and create various types of meta-analytical plots.
    • aod: Provides a set of functions to analyse overdispersed counts or proportions.
    • metagen: Provides methods for making inference in the random effects meta regression model such as point estimates and confidence intervals for the heterogeneity parameter and the regression coefficients vector.
    • tidyverse: The tidyverse is an opinionated collection of R packages designed for data science. All packages share an underlying design philosophy, grammar, and data structures.

About

Simulations and real data analysis using MetaR2M

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0