Error after updating to run forestplots

After the update in Rstudio, my script to run forest plots don't work more:

forest.meta(meta.subgroup,
            sortvar = TE,
            predict = TE, 
            print.tau2 = FE,
            leftlabs = c("Author", "bias", "SE"))

returns the error:

Error in forest.meta(meta.subgroup, sortvar = TE, predict = TE, print.tau2 = FE, : argument 3 matches multiple formal arguments

if anyone can help i would appreciate it.

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.