[R] Error in forest.meta : argument 3 matches multiple formal arguments

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Thu May 26 12:38:18 CEST 2022


В Thu, 26 May 2022 12:30:12 +0200
Luigi Marongiu <marongiu.luigi using gmail.com> пишет:

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

Look at help(forest.meta). There are multiple possible parameters that
start with "predict" (prediction, prediction.subgroup), so they both
partially match your "predict" argument (which is the third one in the
call). R doesn't know which one you meant.

-- 
Best regards,
Ivan



More information about the R-help mailing list