est <- c(.920, .896, .760, .745)
se <- c(.098, .075, .069, .055)
group <- c(1, 1, 2, 2)
meta.sub.gen(.05, est, se, group)
# Should return:
# Estimate SE LL UL
# Set A: 0.9080 0.06170292 0.787064504 1.0289355
# Set B: 0.7525 0.04411916 0.666028042 0.8389720
# Set A - Set B: 0.1555 0.07585348 0.006829917 0.3041701
Run the code above in your browser using DataLab