Hi every one
I am performing a meta-analysis of a variable's mean (change) (e.g. Blood pressure) for different subgroups. I want to adjust for 2 other quantitative variables (e.g. Age and Weight). I have the mean and SD for all mentioned variables in all studies.
to perform the meta-analysis first I used the metamean() function in R {meta}, then I used metareg() function to model the relationship between Blood Pressure (BP) and Age + Weight (BP ~ Age + Weight).
then I repeated the meta-analysis (meta-mean) using the residuals from the meta-regression model.
this significantly reduced the heterogeneity of my results.
Is what I did technically correct?
can you please guide me regarding the most proper way to adjust my results for these variables?