Questions tagged [forest-plots]

Forest plots are graphs used in statistics that shows both estimates and confidence intervals. Use this tag along with tags for the programming language, framework, and any libraries you are using to generate the plots (such as [r-forestplot]).

Forest plots, sometimes also referred to as blobbograms, date back to 1970s and are most frequently seen in meta-analysis, but are in no way restricted to these.

Forest plots show the information from the individual studies that went into the meta-analysis at a glance. They show the amount of variation between the studies and an estimate of the overall result.

7 questions
5
votes
3 answers

How can I create a forest plot?

I would like to combine different risk ratios into one forest plot. I would expect the output to be similar to metamiss in STATA or metafor in R. How can I do this in Python?
Safoora mk
  • 305
  • 2
  • 12
3
votes
0 answers

How to create a forest plot with python or excel?

I am new to python/excel and would like to create a forest plot that looks like this. My dataset contains 3 columns, the first is the label (name of subjects), the next two are for example exam scores for highest and lowest students. I want the…
Steminist
  • 51
  • 5
1
vote
1 answer

Changing specific observation color (value text) with sgplot - forest plot

I am currently writing an sgplot code for forest plot (SAS University edition). I have managed to get the correct graph as I want, however I can not change the color of a specific observation. This is my code data my_data; input study $ year rr…
1
vote
1 answer

Create forest plot using JFreeChart

Does anyone have an example of how to render a forest plot using JFreeChart (or another Java-based open source charting library, but JFreeChart is preferred due to the integration with Jasper Reports)? See https://en.wikipedia.org/wiki/Forest_plot…
Chris Knoll
  • 391
  • 2
  • 13
0
votes
0 answers

{forestmodel} How do I change the font size of forest plot?

I have created a forest plot (using forest_model from the forestmodel package) in R based off a cox model. Everything is working perfectly except the font size. I would like to increase the font size of the predictor, factor level, confidence…
0
votes
0 answers

Increase width of x axis in forest plot

A forest plot has the adequate graph width, but within this, my x axis is compressed to one side. How can I get it to fill the space designated for the graph? forestplot(Tab1[,1:8], mean=Tab1numbers[,1], lower=Tab1numbers[,2], …
EpiPotts
  • 11
  • 2
0
votes
0 answers

'metan': forest plot options

I want to create a forest plot with the metan ado in Stata. This works fine so far - but I can't solve two problems: How do I manage that the value range on the x-axis does not already start at the headings but afterwards? How do I label the column…
Xray
  • 11
  • 2