Closed fohofmann closed 1 year ago
Felix,
It took me some time to look into this. Should be fixed now.
Best wishes, Guido
Thank you again for all your efforts, Guido!
Error in runMLM(c(list.mlm, list(data = data.frame(cluster = cluster[sel.4], : could not find function "runMLM" Calls:
... eval_with_user_handlers -> eval -> eval -> metaprop -> metagen
As far as I understand extrMLM
and runMLM
are wrapper-functions to pass over mlm-arguments to metafor:rma.mv.
I would have expected their definition in meta-aux.R
(comparable to runNN
, but with preset func-arg or sth similar)?
Classic mistake - I had the auxiliary functions in other files which I did not upload to the Git repository. I added them to meta-aux.R
as suggested by you.
Thanks for getting back on this. Works perfectly fine now. Thank you!
Hi Guido, hi everyone,
thank you for your help and the solution regarding the last issue (#48), and I am really sorry to bother you once again.
Given the previously explored example
metaprop()
works fine, and also estimates of the effect are reported. However,forest()
does not plot the summary effect per subgroup, regardless how the argumentstype.random
,type.subgroup
ortype.subgroup.random
are defined.Any advices? Wrong configuration at my side, or a structural problem of
forest()
? Sorry once again, and all the best, Felix