I would think that once the Cochrane Group's "Rev Man" exported a forest plot, you could make background transparent in any graphics program.
For publication, I usually set up forest plots in Excel as stock graphs with rotated labels. That way, my co-authors can tweak the image (font, scaling, etc) as they see fit.
You can try the Stata (Sterne, ed., 2009, [Stata Press]), if you hesitate to take the payment of Comprehensive Meta- Analysis (CMA) software. I did make some simple meta analysis by the former.
I'm going to add in to my paper some simple graph describing effect of different factors who were identified in logistic regression as independent risk factors of death/complications. So I rather need simple software to create this simple graph.
Method in excel with modification of XY graph is working, but in my opinion is too laborious for describe many factors. Have any other suggestions?
R is one of the more flexible programs for creating high quality and custom graphics. There are several R packages with functionality to complete your task, one of which being the 'metafor' package. Also, see this recent blog post: for an R users custom forest plot functions:
In my opinion excel sheet created by me will be useful for many presentations/publications. I had to spend some time to optimalise it to my own use, but it is very easy to further modifications.
I would recommend: MetaDAS: A SAS macro for meta-analysis of diagnostic accuracy studies. User guide version 1.3 (2012). (PDF 2.7MB, opens in new window)
Quick reference and worked example (2012). (PDF 2.6MB, opens in new window)
The SAS macro itself: METADAS v1.3. This is provided as a text-file and opens in a new window.
The downloadable command in STATA is very flexible and will do what you ask of it, including forest-plot type graphical outputs of odds ratios, coefficients etc. with confidence intervals.
Well,rather than R,STATA or other packages/softwares that are not easy to gain good command of,esp. for freshmen,forestplots can be alternatively made with MS Excel without compromising any flexibility,as described in detail by Jeruza et al(link below).
Here is an example graph I reproduced using excel 2000 in another online forum.
Building on what Zhong says, you could easily use Microsoft Excel for this as well. In fact, we have been developing workbooks for meta-analysis with exactly this aim, check www.meta-essentials.com for freely available spreadsheets (you need workbook 2 if you download it).
You can easily insert the data to calculate odds ratios and the second tab (forest plot) will give you what you want.
R has several packages, I would recommend the following for those with no R experience:
R package forestplot: https://cran.r-project.org/web/packages/forestplot/vignettes/forestplot.html
and the following for those with any R experience:
R package ggplot2: https://sakaluk.wordpress.com/2016/02/16/7-make-it-pretty-plots-for-meta-analysis/ would recommend for those that want to make other advanced plots in R (and willing to put in the extra time investment) Another set of examples can be found at http://stackoverflow.com/questions/15420621/reproduce-table-and-plot-from-journal/20144999