metaprop and GOSH plot

Hi,

I am trying to run gosh plot after metaprop random effect meta analysis with prevalence studies. However, I could not find any materials that explains how to run GOSH plot after metaprop.

I read about converting metaprop object into rma and run the analsis uusing following codes. But resulting plot looks incorrect.

s3 <- metaprop(mortality, demon, covidm, comb.random=T, method="GLMM")
m.rma <- rma(yi = s3$TE,
sei = s3$seTE,
method = s3$method.tau,
test = "knha")
dat.gosh <- gosh(m.rma)
plot(dat.gosh, alpha= 0.1, col = "blue")

Please help me with this problem.

Regards,
Jo

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.