Skip to content
Prev 1475 / 5636 Next

[R-meta] doubt about meta analysis

Dear Lorenzo,

It isn't clear to me what exactly it is that you are after. As Michael said, only the primary studies can provide adjusted ORs (or if you had the raw data and would do an 'individual patient data meta-analysis'). Of course, one can include predictors ('moderators') in a meta-regression model, but that isn't the same thing as adjusting ORs based on individual patient data.

To use the example of using publication year as a moderator:

### load metafor package
library(metafor)

### calculate log odds ratios and corresponding sampling variances
dat <- escalc(measure="OR", ai=tpos, bi=tneg, ci=cpos, di=cneg, data=dat.bcg)

### meta-regression model with 'year' as moderator
res <- rma(yi, vi, mods = ~ year, data=dat)
res

One can compute predicted ORs at various values of 'year' now. For example:

### predicted OR in 1966
predict(res, newmods=1966, transf=exp)

I wouldn't call this an 'adjusted' OR though. It is simply the predicted OR in 1966 based on this model. 

Best,
Wolfgang

-----Original Message-----
From: R-sig-meta-analysis [mailto:r-sig-meta-analysis-bounces at r-project.org] On Behalf Of Martin Lobo
Sent: Monday, 18 March, 2019 16:52
To: Michael Dewey; r-sig-meta-analysis at r-project.org
Subject: Re: [R-meta] doubt about meta analysis

Dear Michael, thank you for answering, this technique has been used for several years, and in general the original publications do not include the adjusted values. Imagine that it would be very difficult for all publications to include adjustment for the variables that interest us. Even some meta-analyzes adjust for years of publication, something interesting due to changes in the way patients are treated year after year.

Lorenzo Mart?n Lobo MTSAC, FACC, FESC
Especialista Jerarquizado en Cardiolog?a
Ex Jefe de Unidad Coronaria
Hospital Militar Campo de Mayo
Miembro Titular de la Sociedad Argentina de Cardiolog?a
Fellow American College of Cardiology
Fellow European Society of Cardiology
Miembro del Area de Investigaci?n de la SAC
Director del Consejo de Aterosclerosis y Trombosis de la SAC
Ex Director  y actual Miembro Asesor del Consejo de Epidemiolog?a y Prevenci?n Cardiovascular de la SAC

Instructor de ACLS de la AHA para la Fundaci?n Cardiol?gica Argentina