Difficulty creating forest plot with subgroups for meta analysis

Hi,
I am trying to generate a forest plot for meta-analysis data, but I keep getting the error message: Error in (function (xi) : unused argument (ni = dots [[2]] [[1]])
The code in question is as follows:

ies.summary <- summary(ies.logit, transf = transf.ilogit, ni = dat5$total)

"dat5" is my data set which I have successfully imported into r, and one of the columns is "total". I am following the procedure as laid out in this paper (Wang (2018) How to Conduct a Meta-Analysis of Proportions in R: A Comprehensive Tutorial, https://www.researchgate.net/publication/325486099_How_to_Conduct_a_Meta-Analysis_of_Proportions_in_R_A_Comprehensive_Tutorial).

Any help would be appreciated!

This topic was automatically closed 42 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.