Abate SM, Ahmed Ali S, Mantfardo B, & Basu B (2020). Rate of Intensive Care Unit admission and outcomes among patients with coronavirus: A systematic review and Meta-analysis. PloS one, 15(7), e0235653. https://doi.org/10.1371/journal.pone.0235653
コロナウィルス感染患者の ICU admission のデータです。いわゆる新型コロナ (SARS-COV-2) だけではなく、SARS や MERS のコロナウィルスも含めて、ICU入室率を扱う論文を集めてメタ分析しています。
Rows: 38 Columns: 7
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (4): Author, country, corona, Study design
dbl (3): year, event, sample
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
引数 studlab は、データフレーム中の Author (著者) 列と year (発行年) をつなげたものを指定しました。
結果を見てみます。
mpResult
Number of studies: k = 37
Number of observations: o = 32741
Number of events: e = 6220
proportion 95%-CI
Common effect model 0.1900 [0.1858; 0.1943]
Random effects model 0.2834 [0.2057; 0.3765]
Quantifying heterogeneity (with 95%-CIs):
tau^2 = 1.6165; tau = 1.2714; I^2 = 99.0% [98.8%; 99.1%]; H = 9.83 [9.26; 10.44]
Test of heterogeneity:
Q d.f. p-value
Wald 3481.43 36 0
LRT 4446.74 36 0
Details of meta-analysis methods:
- Random intercept logistic regression model
- Maximum-likelihood estimator for tau^2
- Calculation of I^2 based on Q
- Logit transformation
この上までが、R で出力される結果です。
結果においては、異質性 (heterogeneity) 検定の結果が示されています。 Q, \(τ^2\), \(I^2\) などが異質性の指標です。