Hello, Is it possible to have two meta-plots in one graph (not par(mfrow=c(2,1))? But somthing like
library(metafor) library("igraph") if (interactive()) { forest(dat.Treat$RR, ci.lb=dat.Treat$lower, ci.ub=dat.Treat$upper, xlab="Relative Risk",slab=dat.Treat$ID,refline=1) forest(dat.Control$RR, ci.lb=dat.Control$lower, ci.ub=dat.Control$upper, xlab="Relative Risk",slab=dat.Control$ID,refline=1) } i.e. both metaplots on the same graph! Regards, Samor [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.