Skip to content

[R-meta] can I do a meta analysis of one arm?

2 messages · Martin Lobo, Guido Schwarzer

#
Hello every one.

I want to analyze studies with a technique evaluating successes and failures.
the same technique is always used, but with two different protocols. I can do a meta analysis of a global and stratified arm by group

thank's



Lorenzo Mart?n Lobo MTSAC, FACC, FESC
Especialista Jerarquizado en Cardiolog?a
Jefe de Dpto Enf. Cardiovasculares y Cardiometabolismo Hospital Militar Campo de Mayo.
Jefe de Cardiolog?a Hospital Militar Campo de Mayo
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
Ex Miembro del Area de Investigaci?n de la SAC
Ex Director del Consejo de Aterosclerosis y Trombosis de la SAC
Miembro Asesor del Consejo de Aterosclerosis y Trombosis de la SAC
Ex Director del Consejo de Epidemiolog?a y Prevenci?n Cardiovascular de la SAC

Miembro Asesor del Consejo de Epidemiolog?a y Prevenci?n Cardiovascular de la SAC


Experto en Lipidos de la Sociedad Argentina de Lipidos.
Miembro de la Sociedad Argentina de Lipidos.
Instructor de ACLS de la American Heart Association
#
Am 07.05.20 um 19:56 schrieb Martin Lobo:
This sounds like a meta-analysis of single proportions.

You could do this, e.g., with metaprop() from R package meta or 
rma.uni() / rma.glmm() from R package metafor.

In order to conduct subgroup analyses for protocols, you can use 
argument 'byvar' in metaprop() or the 'mods' argument in the rma's.

This said, you must be aware that you cannot reliably compare the two 
protocols using information from these one-arm studies. All differences 
that you observe could be due to systematic differences in the 
individual studies.

Best wishes, Guido