i2h | R Documentation |
I^2
heterogeneity measureReturns the estimator for (Higgins & Thompson, 2002).
i2h(se, tau2h)
se |
the within studies standard errors vector |
tau2h |
the estimate of |
i2h
: the estimate for I^2
.
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
data(sbp, package = "pimeta")
tau2h <- pimeta::tau2h(sbp$y, sbp$sigmak)
pimeta::i2h(sbp$sigmak, tau2h$tau2h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.