Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2021 Sep 1.
Published in final edited form as: Epidemiology. 2020 Sep;31(5):713–717. doi: 10.1097/EDE.0000000000001232

Meta-analysis of proportions using generalized linear mixed models

Lifeng Lin 1, Haitao Chu 2
PMCID: PMC7398826  NIHMSID: NIHMS1586845  PMID: 32657954

Abstract

Epidemiological research often involves meta-analyses of proportions. Conventional two-step methods first transform each study’s proportion and subsequently perform a meta-analysis on the transformed scale. They suffer from several important limitations: the log and logit transformations impractically treat within-study variances as fixed, known values and require ad hoc corrections for zero counts; the results from arcsine-based transformations may lack interpretability. Generalized linear mixed models (GLMMs) have been advocated in meta-analyses as a one-step approach to fully accounting for within-study uncertainties. However, they are seldom used in current practice to synthesize proportions. This article summarizes various methods for meta-analyses of proportions, illustrates their implementations, and explores their performance using real and simulated datasets. In general, GLMMs led to smaller biases and mean squared errors, and higher coverage probabilities than two-step methods. Many software programs are readily available to implement these methods.

Keywords: data transformation, generalized linear mixed model, link function, meta-analysis, proportion

Introduction

Epidemiological research often involves meta-analyses of studies that report certain proportions (e.g., disease prevalence).1 The current practice usually uses two-step meta-analysis methods. Specifically, as proportions are restricted within 0%–100%, a specific transformation is applied to study-specific proportions for approximating them with the normal distribution or stabilizing their variances. Conventional meta-analysis methods are subsequently performed on the transformed scale, and the synthesized result is then transformed back to the original proportion scale. Meta-analyses of proportions focus on estimating the overall (median or population-averaged) proportion, regardless of the transformation used; in this sense, they differ from meta-analyses of treatment comparisons, which may aim at estimating different relative effects (e.g., odds ratio, risk ratio or risk difference), depending on how event rates are transformed.2,3

The popular transformations of proportions include the log, logit, arcsine, and Freeman–Tukey double-arcsine transformations.47 They may suffer from several important limitations. The log and logit transformations require ad hoc corrections for zero counts, and typically treat within-study variances as fixed, known values, impacting the accuracy of subsequent statistical inference.8 On the other hand, the arcsine-based transformations may reduce the results’ interpretability and potentially lead to misleading results.9,10

With the rapid development of computational techniques, generalized linear mixed models (GLMMs) have been increasingly advocated for meta-analyses,1117 mostly in the context of treatment comparisons but infrequently used for synthesizing proportions. Unlike two-step methods, they offer a one-step procedure for combining proportions; they fully account for within-study uncertainties, which are especially critical for small sample sizes and rare events, and do not require corrections for zero counts.

Although GLMMs are implemented in many software programs, they are seldom applied in practice for synthesizing proportions so far, possibly because they have not been sufficiently introduced to applied scientists. This article reviews GLMMs and two-step methods with various link functions and transformations, including the estimation of the commonly-reported overall median proportion as well as the population-averaged (marginalized) proportion. We illustrate these methods’ implementations and explore their performance using real and simulated datasets.

Methods

Two-step method

Consider a meta-analysis containing N studies, each reporting an event count ei with sample size ni (i = 1, …, N). Study i’s event proportion is estimated as p^i=ei/ni. The log, logit, arcsine, and double-arcsine transformations are: g(p^i)=logp^i, with approximated variance vi = 1/ei − 1/ni; g(p^i)=log[p^i/(1p^i)] with vi = 1/ei + 1/(niei); g(p^i)=arcsinp^i with vi = 1/(4ni); and g(p^i)=arcsinei/(ni+1)+arcsin(ei+1)/(ni+1) with vi = 1/(ni + 0.5), respectively.18 The log and logit transformations cannot directly handle zero counts, which are usually corrected by adding 0.5. The arcsine-based transformations do not need this correction; they are also advantageous for stabilizing variances, because their variances depend only on sample sizes, not on event counts.

Conventional meta-analysis methods are performed using the transformed proportions yi=g(p^i) and their variances vi. The synthesized estimate is μ^=i=1Nwiyi/i=1Nwi with variance (i=1Nwi)1, which yields its confidence interval (CI). Here, wi=1/(vi+τ^2) is study i’s weight, and τ^2 is an estimate of the between-study variance. The common-effect model sets τ^2 to 0; however, meta-analyses of proportions are often highly heterogeneous and thus are often performed under the random-effects model. Finally, μ^ and its CI are back-transformed to the original proportion scale. The back-transformations of the log, logit, and arcsine transformations are obvious: g1(μ^)=eμ^, g1(μ^)=eμ^/(1+eμ^), and g1(μ^)=sin2μ^, respectively. However, that of the double-arcsine transformation is rather complicated:19

g1(μ^;n)=0.5{1sgn(cosμ^)[1(sinμ^+sinμ^sin1μ^n)2]0.5},

where sgn(·) denotes the sign function. It depends on a specific sample size n, which is defined explicitly for each study, but not for the combined result. Arguably, n can be the harmonic, geometric, or arithmetic mean of the study-specific sample sizes,19 or approximated by the inverse of μ^’s variance.1 In addition, the above back-transformation is valid only for arcsin1/(n+1)μ^arcsinn/(n+1)+π/2; if μ^ is not within the above range, a simpler but less accurate back-transformation g1(μ^)=sin2(μ^/2) can be used.1

Generalized linear mixed model

GLMMs do not need any data transformations at the study level; instead, they directly model event counts with binomial likelihoods, and use a specific link function to transform latent true proportions to a linear scale. The GLMM specifies:

  • ei ~ bin(ni, pi); (likelihood)

  • g(pi) = μ + θi; (link function)

  • θi ~ N(0, τ2), (random effects)

where pi represents study i’s latent true proportion, μ is the overall proportion on the transformed scale via the link g(·), and τ2 is the between-study variance.

GLMMs can be implemented using the function glmer() in the R package “lme4,”20 which is primarily used in this article. Alternatively, one can also use R packages “metafor” and “meta”21,22 and SAS; eAppendices A and B illustrate their usage.

Various links are widely used for GLMMs, including the log, logit, probit, cauchit, and complementary log-log (cloglog) links. Conceptually, a binary event (e.g., obesity) may be dichotomized based on a continuous latent variable (e.g., body mass index); most links are associated with specific distributions assumed for the latent variable.23 For example, a normally distributed latent variable yields the probit link; if the latent variable’s distribution likely has heavy tails, one may use the cauchit or cloglog link. Moreover, GLMMs with the log and logit links correspond to two-step methods with the log and logit transformations, respectively, but they directly model event counts without data transformations within studies.

In addition, the commonly-used overall proportion p^=g1(μ^) may be interpreted as the median proportion from multiple studies. Alternatively, the population-averaged proportion may be also of interest in epidemiological research.14,2429 It is defined as the marginal expectation of study-specific proportions, which is estimated as

p^=E^[pi]=E^[g1(μ+τZ)]=g1(μ^+τ^z)ϕ(z)dz.

Here, Z is a standard normal random variable and ϕ(·) is its density function. For the probit link, p^=Φ(μ^/1+τ^2), where Φ(·) is the standard normal cumulative distribution function.24 However, it may not have closed forms for other links; we can numerically approximate it as p^M1m=1Mg1(μ^+τ^zm) based on a draw of many standard normal samples zm (say, M=10,000). Its CI can be derived using the bootstrap resampling.30 The population-averaged proportion can be similarly calculated for two-step methods.

Data analyses

We applied GLMMs and two-step methods to two real datasets with different sizes and proportion magnitudes. The first was from Woodd et al.,7 containing 21 studies on chorioamnionitis. The second was reported by Rotenstein et al.,5 which investigated the prevalence of depression or depressive symptoms among medical students. eAppendix C gives details of these datasets, including their forest plots.

All parameters were estimated via the maximum-likelihood (ML) approach. Bootstrap CIs were produced by 1000 resampling iterations. The ML estimation, instead of the restricted maximum-likelihood (REML), was used because GLMMs are usually implemented via the ML; computational difficulties may occur in the REML estimation for GLMMs. Nevertheless, the REML may be superior for two-step methods,31 so we also implemented two-step methods via the REML; see eAppendix D.

In addition, we conducted simulations in various settings, differing by the number of studies, overall proportions, heterogeneity extents, and study-specific sample sizes. Meta-analyses were simulated based on the GLMM with the logit link, because it is conventional to assume the logit proportions to follow the normal distribution. eAppendix E gives the detailed description.

Results

Table 1 presents the results of real data examples. GLMMs with various links produced similar results, while the cauchit link led to noticeably different results. Two-step methods with the arcsine-based transformations also produced similar results, but they were generally larger than those by other methods. GLMMs with the log and logit links led to slightly smaller estimates than two-step methods with the corresponding transformations. In addition, the population-averaged proportions were higher than the commonly-reported overall median proportions, because they incorporated the between-study variance.

Table 1.

Overall median proportion estimates and population-averaged proportion estimates with 95% confidence intervals in the two meta-analyses on chorioamnionitis and on depression or depressive symptoms.

Method Overall median proportion, % [95% bootstrap CI] (95% CI) Population-averaged proportion, % [95% bootstrap CI]
Meta-analysis on chorioamnionitis
Generalized linear mixed model:
Log link 3.27 [2.12, 4.97] (2.11, 5.05) 5.32 [3.06, 8.31]
Logit link 3.33 [2.14, 5.11] (2.13, 5.17) 5.17 [3.05, 7.77]
Probit link 3.54 [2.27, 5.53] (2.21, 5.48) 5.11 [3.07, 7.62]
Cauchit link 2.41 [1.69, 3.55] (1.80, 3.64) 11.34 [5.96, 16.10]
Complementary log-log link 3.30 [2.13, 5.05] (2.12, 5.11) 5.22 [3.06, 7.96]
Two-step method:
Log transformation 3.39 [2.20, 5.21] (2.21, 5.21) 5.41 [3.16, 8.38]
Logit transformation 3.45 [2.22, 5.31] (2.22, 5.32) 5.25 [3.14, 7.82]
Arcsine transformation 4.13 [2.56, 6.28] (2.49, 6.16) 5.16 [3.14, 7.55]
Double-arcsine transformation at
 harmonic mean of sample sizes = 664 4.14 [2.58, 6.30] (2.50, 6.17) 5.15 [3.15, 7.54]
 geometric mean of sample sizes = 17,358 4.21 [2.65, 6.36] (2.57, 6.24) 5.22 [3.21, 7.60]
 arithmetic mean of sample sizes = 1,207,998 4.21 [2.66, 6.36] (2.57, 6.24) 5.22 [3.21, 7.60]
 inverse of variance = 459 4.11 [2.55, 6.27] (2.47, 6.14) 5.13 [3.12, 7.51]
Meta-analysis on depression or depressive symptoms
Generalized linear mixed model:
Log link 20.12 [12.59, 35.06] (11.93, 33.94) 24.61 [13.04, 40.35]
Logit link 21.53 [12.65, 37.01] (11.71, 36.20) 24.71 [13.04, 38.42]
Probit link 22.15 [12.72, 37.34] (11.67, 36.60) 24.82 [13.03, 38.38]
Cauchit link 18.05 [11.93, 32.21] (11.75, 33.82) 23.95 [12.68, 37.33]
Complementary log-log link 20.82 [12.62, 36.17] (11.83, 35.12) 24.50 [13.04, 38.57]
Two-step method:
Log transformation 20.39 [12.76, 35.35] (12.14, 34.22) 24.84 [13.22, 40.61]
Logit transformation 21.70 [12.78, 37.14] (11.87, 36.30) 24.83 [13.18, 38.50]
Arcsine transformation 23.10 [12.82, 37.77] (11.58, 37.16) 25.02 [13.04, 38.51]
Double-arcsine transformation at
 harmonic mean of sample sizes = 231 23.12 [12.85, 37.78] (11.59, 37.15) 25.01 [13.07, 38.51]
 geometric mean of sample sizes = 266 23.14 [12.87, 37.79] (11.61, 37.16) 25.03 [13.09, 38.52]
 arithmetic mean of sample sizes = 311 23.15 [12.89, 37.80] (11.63, 37.17) 25.04 [13.11, 38.52]
 inverse of variance = 41 22.60 [12.13, 37.54] (10.85, 36.90) 24.55 [12.36, 38.29]

Table 2 gives the results of simulated meta-analyses with 30 studies. For relatively small sample sizes and rare events, GLMMs dramatically performed better than two-step methods, because within-study variances had large uncertainties in these cases, and GLMMs fully accounted for such uncertainties while two-step methods did not. As the heterogeneity extent increased, two-step methods may lead to substantial biases. GLMMs with various links had similar performance for relatively rare events; their differences became larger when events were common, especially for the cauchit link. When the number of studies was decreased to 5, eAppendix E gives the results with similar patterns, while the differences between GLMMs and two-step methods tended to be smaller.

Table 2.

Biases, root mean squared errors (RMSEs), and 95% confidence interval coverage probabilities (CPs, in percentage, %) of the estimated overall median proportions (in percentage, %) based on 1000 simulated meta-analyses with N=30 studies under various simulation settings.

p=1% p=20%
Method τ=0.1 τ=0.5 τ=0.1 τ=0.5
Bias RMSE CP Bias RMSE CP Bias RMSE CP Bias RMSE CP
Sample sizes ranging in 100–500
Generalized linear mixed model:
Log −0.01 0.11 96 0.01 0.16 93 0.01 0.53 94 −0.26 1.56 92
Logit −0.01 0.11 96 0.01 0.16 93 0.01 0.53 94 0.07 1.59 92
Probit −0.01 0.11 96 0.01 0.16 93 0.02 0.53 94 0.26 1.61 93
Cauchit −0.01 0.11 96 0.02 0.15 90 −0.01 0.53 94 −0.99 1.86 87
Complementary log-log −0.01 0.11 96 0.01 0.16 93 0.01 0.53 94 −0.09 1.56 92
Two-step method:
Log 0.31 0.33 22 0.43 0.46 15 0.19 0.55 93 0.01 1.52 93
Logit 0.30 0.32 24 0.43 0.46 15 0.10 0.52 93 0.23 1.57 93
Arcsine 0.09 0.14 90 0.17 0.23 81 −0.05 0.52 94 0.55 1.67 92
Double-arcsine (harmonic) 0.04 0.11 96 0.13 0.20 87 −0.07 0.52 93 0.55 1.67 92
Double-arcsine (geometric) 0.07 0.13 93 0.16 0.23 83 −0.05 0.52 93 0.57 1.67 92
Double-arcsine (arithmetic) 0.09 0.14 91 0.19 0.24 78 −0.04 0.52 94 0.59 1.68 92
Double-arcsine (IV) 0.24 0.27 41 0.34 0.37 32 0.06 0.52 94 0.64 1.69 92
Sample sizes ranging in 1000–5000
Generalized linear mixed model:
Log 0.00 0.04 92 0.01 0.09 96 0.00 0.34 93 −0.38 1.48 93
Logit 0.00 0.04 92 0.01 0.09 96 0.01 0.34 93 0.00 1.48 93
Probit 0.00 0.04 92 0.02 0.10 95 0.02 0.34 93 0.22 1.50 94
Cauchit 0.00 0.04 92 −0.06 0.11 89 −0.04 0.34 93 −1.42 2.06 85
Complementary log-log 0.00 0.04 92 0.01 0.09 96 0.00 0.34 93 −0.18 1.47 93
Two-step method:
Log 0.02 0.05 89 0.03 0.10 93 0.02 0.33 91 −0.34 1.48 93
Logit 0.02 0.05 89 0.03 0.10 93 0.02 0.33 91 0.02 1.49 94
Arcsine 0.00 0.04 92 0.05 0.11 93 0.03 0.33 92 0.55 1.60 93
Double-arcsine (harmonic) −0.01 0.04 92 0.05 0.11 93 0.02 0.33 91 0.56 1.60 93
Double-arcsine (geometric) −0.01 0.04 92 0.06 0.12 92 0.03 0.33 92 0.56 1.60 92
Double-arcsine (arithmetic) 0.00 0.04 92 0.06 0.12 92 0.03 0.33 92 0.56 1.60 92
Double-arcsine (IV) 0.01 0.04 91 0.07 0.12 90 0.04 0.33 91 0.53 1.59 93

Note: p denotes the true overall median proportion, and τ denotes the between-study standard deviation (of proportions on the logit scale). For the double-arcsine transformation used by the two-step method, the “harmonic,” “geometric,” and “arithmetic” denote the harmonic, geometric, and arithmetic means of sample sizes, and the “IV” denotes the inverse of variance.

Discussion

This article has illustrated that GLMMs for meta-analyses of proportions make less assumptions and generally have better performance than conventional two-step methods. They can be feasibly implemented using many software programs. We call for more applications of GLMMs for synthesizing proportions in epidemiological research.

GLMMs may have limitations from computational perspectives. First, they are more computationally demanding than two-step methods, especially when the bootstrap resampling is used. Nevertheless, as meta-analysis datasets are generally not large, their implementation is fast in most cases. Second, convergence issues may occur when estimating GLMM parameters. For example, during bootstrap resampling iterations for the first real data example, 2.9% and 23.6% of resampled datasets yielded convergence issues when implementing GLMMs with the probit and cauchit links, respectively.

We have focused on the univariate meta-analysis of proportions; GLMMs can be similarly applied to meta-regression, multivariate meta-analysis, etc.3234 For example, multivariate approaches are particularly important for synthesizing sensitivities and specificities of diagnostic tests, which are likely correlated. More applied work using GLMMs is also encouraged in these settings.

Supplementary Material

1

Financial support:

This research was supported in part by the U.S. National Institutes of Health/National Library of Medicine grant R01LM012982 (LL and HC) and National Institutes of Health/National Center for Advancing Translational Sciences grant UL1TR001427 (LL). The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.

Footnotes

Conflict of interest: None.

Research reproducibility: The datasets and code for all analyses are available in the supplemental file.

References

  • 1.Barendregt JJ, Doi SA, Lee YY, Norman RE, Vos T. Meta-analysis of prevalence. Journal of Epidemiology and Community Health 2013;67(11):974–978. [DOI] [PubMed] [Google Scholar]
  • 2.Smith TC, Spiegelhalter DJ, Thomas A. Bayesian approaches to random-effects meta-analysis: a comparative study. Statistics in Medicine 1995;14(24):2685–2699. [DOI] [PubMed] [Google Scholar]
  • 3.Warn DE, Thompson SG, Spiegelhalter DJ. Bayesian random effects meta-analysis of trials with binary outcomes: methods for the absolute risk difference and relative risk scales. Statistics in Medicine 2002;21(11):1601–1623. [DOI] [PubMed] [Google Scholar]
  • 4.Simpson S, Blizzard L, Otahal P, Van der Mei I, Taylor B. Latitude is significantly associated with the prevalence of multiple sclerosis: a meta-analysis. Journal of Neurology, Neurosurgery & Psychiatry 2011;82(10):1132–1141. [DOI] [PubMed] [Google Scholar]
  • 5.Rotenstein LS, Ramos MA, Torre M, Segal JB, Peluso MJ, Guille C, Sen S, Mata DA. Prevalence of depression, depressive symptoms, and suicidal ideation among medical students: a systematic review and meta-analysis. JAMA 2016;316(21):2214–2236. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Olkin I Diagnostic statistical procedures in medical meta-analyses. Statistics in Medicine 1999;18(17–18):2331–2341. [DOI] [PubMed] [Google Scholar]
  • 7.Woodd SL, Montoya A, Barreix M, Pi L, Calvert C, Rehman AM, Chou D, Campbell OMR. Incidence of maternal peripartum infection: a systematic review and meta-analysis. PLOS Medicine 2019;16(12):e1002984. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Jackson D, White IR. When should meta-analysis avoid making hidden normality assumptions? Biometrical Journal 2018;60(6):1040–1058. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Warton DI, Hui FKC. The arcsine is asinine: the analysis of proportions in ecology. Ecology 2011;92(1):3–10. [DOI] [PubMed] [Google Scholar]
  • 10.Schwarzer G, Chemaitelly H, Abu-Raddad LJ, Rücker G. Seriously misleading results using inverse of Freeman-Tukey double arcsine transformation in meta-analysis of single proportions. Research Synthesis Methods 2019;10(3):476–483. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Turner RM, Omar RZ, Yang M, Goldstein H, Thompson SG. A multilevel model framework for meta-analysis of clinical trials with binary outcomes. Statistics in Medicine 2000;19(24):3417–3432. [DOI] [PubMed] [Google Scholar]
  • 12.Stijnen T, Hamza TH, Özdemir P. Random effects meta-analysis of event outcome in the framework of the generalized linear mixed model with applications in sparse data. Statistics in Medicine 2010;29(29):3046–3067. [DOI] [PubMed] [Google Scholar]
  • 13.Jackson D, Law M, Stijnen T, Viechtbauer W, White IR. A comparison of seven random-effects models for meta-analyses that estimate the summary odds ratio. Statistics in Medicine 2018;37(7):1059–1085. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Chu H, Nie L, Chen Y, Huang Y, Sun W. Bivariate random effects models for meta-analysis of comparative studies with binary outcomes: methods for the absolute risk difference and relative risk. Statistical Methods in Medical Research 2012;21(6):621–633. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Platt RW, Leroux BG, Breslow N. Generalized linear mixed models for meta-analysis. Statistics in Medicine 1999;18(6):643–654. [DOI] [PubMed] [Google Scholar]
  • 16.Hamza TH, van Houwelingen HC, Stijnen T. The binomial distribution of meta-analysis was preferred to model within-study variability. Journal of Clinical Epidemiology 2008;61(1):41–51. [DOI] [PubMed] [Google Scholar]
  • 17.Bakbergenuly I, Kulinskaya E. Meta-analysis of binary outcomes via generalized linear mixed models: a simulation study. BMC Medical Research Methodology 2018;18(1):70. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Freeman MF, Tukey JW. Transformations related to the angular and the square root. The Annals of Mathematical Statistics 1950;21(4):607–611. [Google Scholar]
  • 19.Miller JJ. The inverse of the Freeman–Tukey double arcsine transformation. The American Statistician 1978;32(4):138–138. [Google Scholar]
  • 20.Bates D, Mächler M, Bolker B, Walker S. Fitting linear mixed-effects models using lme4. Journal of Statistical Software 2015;67(1):1–48. [Google Scholar]
  • 21.Viechtbauer W Conducting meta-analyses in R with the metafor package. Journal of Statistical Software 2010;36:3. [Google Scholar]
  • 22.Schwarzer G meta: An R package for meta-analysis. R News 2007;7(3):40–45. [Google Scholar]
  • 23.Agresti A Foundations of Linear and Generalized Linear Models. Hoboken, NJ: John Wiley & Sons, 2015. [Google Scholar]
  • 24.Zeger SL, Liang K-Y, Albert PS. Models for longitudinal data: a generalized estimating equation approach. Biometrics 1988;44(4):1049–1060. [PubMed] [Google Scholar]
  • 25.Neuhaus JM, Kalbfleisch JD, Hauck WW. A comparison of cluster-specific and population-averaged approaches for analyzing correlated binary data. International Statistical Review 1991;59(1):25–35. [Google Scholar]
  • 26.Heagerty PJ. Marginally specified logistic-normal models for longitudinal binary data. Biometrics 1999;55(3):688–698. [DOI] [PubMed] [Google Scholar]
  • 27.Schildcrout JS, Heagerty PJ. Marginalized models for moderate to long series of longitudinal binary response data. Biometrics 2007;63(2):322–331. [DOI] [PubMed] [Google Scholar]
  • 28.McCullagh P Sampling bias and logistic models. Journal of the Royal Statistical Society: Series B (Statistical Methodology) 2008;70(4):643–677. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Agresti A Categorical Data Analysis. Third ed. Hoboken, NJ: John Wiley & Sons, 2013. [Google Scholar]
  • 30.Efron B, Tibshirani RJ. An Introduction to the Bootstrap. Boca Raton, FL: CRC Press, 1998. [Google Scholar]
  • 31.Langan D, Higgins JPT, Jackson D, Bowden J, Veroniki AA, Kontopantelis E, Viechtbauer W, Simmonds M. A comparison of heterogeneity variance estimators in simulated random-effects meta-analyses. Research Synthesis Methods 2019;10(1):83–98. [DOI] [PubMed] [Google Scholar]
  • 32.van Houwelingen HC, Arends LR, Stijnen T. Advanced methods in meta-analysis: multivariate approach and meta-regression. Statistics in Medicine 2002;21(4):589–624. [DOI] [PubMed] [Google Scholar]
  • 33.Chu H, Cole SR. Bivariate meta-analysis of sensitivity and specificity with sparse data: a generalized linear mixed model approach. Journal of Clinical Epidemiology 2006;59(12):1331–1332. [DOI] [PubMed] [Google Scholar]
  • 34.Tu Y-K. Use of generalized linear mixed models for metwork meta-analysis. Medical Decision Making 2014;34(7):911–918. [DOI] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

1

RESOURCES