# Artificial example with three studies
m <- metabin(1:3, 100:102, 4:6, 200:202, studlab = LETTERS[1:3])
# Transform data to long arm-based format
l1 <- longarm(m)
l1
# Subset without Study B
subset(l1, studlab != "B")
Run the code above in your browser using DataLab