I am doing meta-analysis research and really fond of the metafor package in R. However, to be able to leverage all the great things you can do with R, for example managing many different models in a nested data.frame (Thanks to Hadley Wickham and David Robinson) I need to be able to use output from the metafor package rma()-models with broom.
Does anybody now how to do this. I am aware of the fact that it is not supported out of the box in broom (yet) but would very much appreciate a work-around so far.
Many thanks!