PubBias: Assess for Publication Bias

View source: R/MAd.R

PubBiasR Documentation

Assess for Publication Bias

Description

Assess for publication bias in the meta-analytic data

Usage

PubBias(data)

Arguments

data

data.frame having been analyzed by the weights function with id and z.score (standardized z-value).

Value

k

Number of studies.

Z

Overall z-value for data set.

k0

Number of studies needed to include with effect size = 0 (null) in order for the p > .05 (null hypothesis retained).

k.per

Number of missing studies for every observed study for the overall effect to be nullified.

Author(s)

AC Del Re & William T. Hoyt

Maintainer: AC Del Re acdelre@gmail.com

References

Sutton, A. J. (2009). Publication bias. In H. Cooper, L. V. Hedges, & J. C. Valentine (Eds.), The handbook of research synthesis and meta analysis (pp. 435-452). New York: Russell Sage Foundation.

See Also

weights


MAd documentation built on Aug. 7, 2022, 1:05 a.m.