Skip to content
Prev 1791 / 5636 Next

[R-meta] Back transformation of double arscine transformed estimates in metafor

Dear Wolfgang

I have now run the models, but still seem to have some conversion
problems when trying to obtain proportions from the regression model.
The variable age_cor is categorical with 6 levels (level 5 is ref.).

b<-rma.glmm(xi=compl_treat, ni=total, mods = ~age_cor, measure = "PLO", data=a)
c<-predict(b, newmods=c(0,0,0,0,1), transf=transf.ilogit)
print(c)

pred  ci.lb  ci.ub  cr.lb  cr.ub
 0.0183 0.0064 0.0516 0.0011 0.2460


As far as I interpretate this results, it means that if age_cor is fixed at
0 in level 1-4 and level 5 is fixed at 1, the proportion is 0.0183. Is it
not possible to obtain proportions from all levels in the variabel when one
level is the reference? Like the case in studies with relative
risks exploring multiple level categorical variables with one reference
level.

Regards,
Daniel

Daniel M?nsted Shabanzadeh
MD, PhD
Department of Gastroenterology, Surgical Unit
Hvidovre Hospital
Mobile +45 2546 5251


On Fri, Oct 4, 2019 at 1:30 PM Wolfgang Viechtbauer <
wolfgang.viechtbauer at maastrichtuniversity.nl> wrote: