<div dir="ltr">Dear,<div>I want to perform a meta-analysis for some studies with the interest lies in incidence rates.</div><div>Many of them, the data on the number of positive cases and person-time are available.</div><div>However, I have one study where the authors only reported point estimate with its 95%CI.</div><div>How do I include this study into the meta-analysis using the <i>metafor </i>package?</div><div><br></div><div>Here is an example code.</div><div><br></div><div><br></div><div>load("dat2C.RData")<br>datx <- subset(dat2C, point == 1)<br>estimS <- escalc(measure="IRLN", xi=Num, ti=py2/1000, <br>                 data=datx, slab=paste(Cite))<br>summary(estimS, transf=exp)[8:13]<br>resS <- rma( yi, vi, data=estimS, method="ML")<br>hetS <- cbind(round( resS$QE,1),round( resS$QEp,2), round( resS$I2))<br>hetS # 96%<br><br>## However, how to include this study where point estimate (Inc)<br>## and 95% CI (Incll = lower bound, Incul = upper bound) were reported<br>xx <- subset(dat2C, point==0); dim(xx)</div><div><br></div><div><br></div><div>I look forward to hearing from you.</div><div>Regards,</div><div>Thao</div><div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><i>Trần Mai Phương Thảo</i><br>Master Student - Master of Statistics <br>Hasselt University - Belgium.<br>Email: <span style="color:rgb(0,0,255)"><a href="mailto:Thaobrawn@gmail.com" target="_blank">Thaobrawn@gmail.com</a> / <a href="mailto:maiphuongthao.tran@student.uhasselt.be" target="_blank">maiphuongthao.tran@student.uhasselt.be</a></span><br>Phone number: <span style="color:rgb(0,0,255)"><span>+ 84 979 397 410</span><span dir="ltr"><span dir="ltr"><span><img><span>+ 84 979 397 410</span><span></span></span></span></span> / <span>0032 488 035843</span><span dir="ltr"><span dir="ltr"><span><img><span>0032 488 035843</span><span></span></span></span></span></span><br><div><br></div></div></div></div></div></div></div>