Skip to content
Back to formatted view

Raw Message

Message-ID: <CAM0+kvR7u=sKk7tO2Dp8sYGQKhZZw+MNZqZ8FfE6FX99y7xEig@mail.gmail.com>
Date: 2020-06-15T14:24:45Z
From: Thao Tran
Subject: [R-meta] Include a study with point estimate and 95% CI into a meta-anlaysis for incidence rates

Dear,
I want to perform a meta-analysis for some studies with the interest lies
in incidence rates.
Many of them, the data on the number of positive cases and person-time are
available.
However, I have one study where the authors only reported point estimate
with its 95%CI.
How do I include this study into the meta-analysis using the *metafor *
package?

Here is an example code.


load("dat2C.RData")
datx <- subset(dat2C, point == 1)
estimS <- escalc(measure="IRLN", xi=Num, ti=py2/1000,
                 data=datx, slab=paste(Cite))
summary(estimS, transf=exp)[8:13]
resS <- rma( yi, vi, data=estimS, method="ML")
hetS <- cbind(round( resS$QE,1),round( resS$QEp,2), round( resS$I2))
hetS # 96%

## However, how to include this study where point estimate (Inc)
## and 95% CI (Incll = lower bound, Incul = upper bound) were reported
xx <- subset(dat2C, point==0); dim(xx)


I look forward to hearing from you.
Regards,
Thao

-- 
*Tr?n Mai Ph??ng Th?o*
Master Student - Master of Statistics
Hasselt University - Belgium.
Email: Thaobrawn at gmail.com / maiphuongthao.tran at student.uhasselt.be
Phone number: + 84 979 397 410+ 84 979 397 410 / 0032 488 0358430032 488
035843

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20200615/cea683c5/attachment.html>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: dat2C.RData
Type: application/octet-stream
Size: 688 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20200615/cea683c5/attachment.obj>