Learn R Programming

xmeta (version 1.0-2)

galaxy: 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"

Value

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

Details

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

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

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

Run the code above in your browser using DataLab