Last data update: 2014.03.03

R: Correcting for publication bias of multivariate meta-analysis
galaxyR Documentation

Correcting for publication bias of multivariate meta-analysis

Description

Correcting for publication bias of multivariate meta-analysis

Usage

galaxy(data, rhow, type, method, k, L, estimator, side, maxiter)

Arguments

data

dataset

rhow

within-study correlation

method

"galaxy.cl" indicating the Galaxy method for detecting and correcting for publication bias of MMA

type

either "continuous" or "binary" indicating the type of outcomes

k

integer indicating the number of outcomes

L

the coefficient for loss function

side

either "left" or "right", indicating on which side of the funnel plot the missing studies should be imputed

maxiter

maximum number of iterations

estimator

either "R0", "L0" or "Q0"

Details

This function returns the pooled effect size after adjusting for publication bias of multivariate meta-analysis using the Galaxy method.

Value

res returns the pooled effect size, covariance matrix, the estimated number of missing and the side of imputation.

Author(s)

Yong Chen

References

Chen, Y., Hong, C., Chu, H., (2015). Galaxy plot and a multivariate method for correcting publication bias in multivariate meta-analysis (in preparation).

Examples

data(prostate)
fit.galaxy=galaxy(data=prostate, type = "continuous",
  method="galaxy.cl", k=2, L=1, estimator="R0", maxiter=150)
summary(fit.galaxy)

Results