logo

Analyze the MetaCIH Databases Directly From Your R Environment.

Databases maintained by the MetaCIH Collaborative Network are integrated into Metapsy.

This means that Metapsy R packages and meta-analysis software are available for our databases as well.

Learn More
                                    remotes::install_github(
        "metapsy-project/metapsyTools")
    
    library(metapsyTools)                      
    data("depressionPsyCtr")
    
    depressionPsyCtr %>%
        calculateEffectSizes() %>%
        runMetaAnalysis() %>%
        correctPublicationBias()
    
    #> Model results -------------------------
    
Code copied!

metapsyTools

The metapsyTools package can be installed from GitHub. For Metapsy databases (and datasets in the same format), the package provides integrated tools for the entire meta-analysis workflow, for example:

  • Automatized effect size calculation
  • Advanced database filtering
  • Effect size pooling using standard and multilevel meta-analysis, robust variance estimation
  • Correction for publication bias and small-study effects
  • Meta-regression and subgroup analyses
  • Automatized table generation for your meta-analysis report.

Open Documentation ↗

This website is intended for healthcare professionals.