View source: R/heterogeneity.R
limits_tau2 | R Documentation |
Note that this interval does not incorporate uncertainty in artifact estimates, so the interval will be somewhat conservative when applied to individual-correction or artifact-distribution meta-analyses.
limits_tau2(
var_es,
var_pre,
k,
method = c("profile_var_es", "profile_Q", "normal_logQ"),
conf_level = 0.95,
var_unbiased = TRUE
)
var_es |
The observed variance of effect sizes. |
var_pre |
The predicted variance of effect sizes due to artifacts. |
k |
The number of studies in a meta-analysis. |
method |
Which method to use to estimate the limits. Options are |
conf_level |
Confidence level. |
var_unbiased |
Are variances computed using the unbiased ( |
The confidence limits of tau-squared
limits_tau2(var_es = 0.008372902, var_pre = 0.004778935, k = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.