Hi there,
I want to calculate meta regressions with the meta
package. But the regression must be controlled for two variables x
and y
. Does anyone know how I can bring my control variable into the calculations?
library(meta)
meta_regr <- metareg(meta_analysis, ~year)
Thanks for your help!