Skip to content
Prev 29 / 5634 Next

[R-meta] Freeman-Tukey double arcsine transformation and harmonic mean

Thank you for your answer, Dr. Viechtbauer.
I think you were right. MetaXL seems to apply the inverse transformation of
the arcsine transformation to double arcsine transformed proportions in
order to pool an average proportion. I tested this assumption with
the example dataset "SchizophreniaPrev" built in MetaXL and yielded very
similar results.
Here's my code:

dat=read.csv("your working directory\\schizophreniaprev.c
sv",header=T,sep=",")
transf.ies=escalc(measure="PFT",xi=cases,ni=total,data=dat, add=0) #computing
individual transformed proportions using the double arcsine transformation
transf.pes=rma(yi,vi,data=transf.ies,method="DL",weighted=TRUE) #pooling
transformed proportions under the random effect size model
pes=predict(transf.pes,transf=transf.iarcsin) #back-transforming
with inverse of the arcsine transformation
print(pes,digits=4)
pred         ci.lb       ci.ub
0.5856    0.5089   0.6603
pred         ci.lb       ci.ub
0.5875 0.5098   0.6632

Thank you again for your time.

Cheers,
Naike

2017-07-07 9:41 GMT-04:00 Viechtbauer Wolfgang (SP) <
wolfgang.viechtbauer at maastrichtuniversity.nl>:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20170707/31e19a8d/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: schizophreniaprev.csv
Type: text/csv
Size: 82 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20170707/31e19a8d/attachment-0001.csv>