i2h: I^2 heterogeneity measure

Description Usage Arguments Value References Examples

View source: R/i2h-.r

Description

Returns the estimator for (Higgins & Thompson, 2002).

Usage

1
i2h(se, tau2h)

Arguments

se

the within studies standard errors vector

tau2h

the estimate of τ^2

Value

References

Higgins, J. P. T., and Thompson, S. G. (2002). Quantifying heterogeneity in a meta-analysis. Stat Med. 21(11): 1539-1558. https://doi.org/10.1002/sim.1186

Examples

1
2
3
data(sbp, package = "pimeta")
tau2h <- pimeta::tau2h(sbp$y, sbp$sigmak)
pimeta::i2h(sbp$sigmak, tau2h$tau2h)

nshi-stat/pimeta documentation built on May 5, 2020, 8:01 p.m.