Learn R Programming

Random effects meta-analysisfor correlated test statistics

Usage

# Run fixed effects meta-analysis, 
#  accounting for correlation 
LS( beta, stders, Sigma)

# Run fixed effects meta-analysis, 
#  accounting for correlation,
#  and finite sample size using residual degrees of freedom
LS.empirical( beta, stders, Sigma, nu=rdf)

# Run random effects meta-analysis, 
#  accounting for correlation 
RE2C( beta, stders, Sigma)

Install from GitHub

devtools::install_github("DiseaseNeurogenomics/remaCor")

Copy Link

Version

Install

install.packages('remaCor')

Monthly Downloads

1,664

Version

0.0.20

License

Artistic-2.0

Maintainer

Gabriel E Hoffman

Last Published

August 20th, 2025

Functions in remaCor (0.0.20)

pkg.env

Local environment
plotCor

Correlation plot
plotForest

Forest plot of coefficients
LS

Fixed effect meta-analysis for correlated test statistics
LS.empirical

Fixed effect meta-analysis for correlated test statistics
hotelling

Hottelling T^2 test for multivariate regression
RE2C

Random effect meta-analysis for correlated test statistics