Forest Plot With Heterogeneity Bands

This visualization project is a custom version of a forest plot with additional bands that better visualize heterogeneity between studies in a meta-analysis. The plot is built with JavaScript using the D3.js library and wrapped in a Shiny app.

Note: This project was submitted to the Wonderful Wednesdays challenge hosted by PSI and reviewed by statisticians in the organization. Find more here.

Plot description

forest plot

A lot of the plot components are directly comparable to the typical forest plot, which is very popular in the medical field as a tool to visualize an effect size in multiple studies for the purpose of combining those effect sizes into a pooled estimate (meta-analysis).

The main features are:

My own additions are:

App description

forest plot shiny

As a proof of concept for a viable product, I wrapped the plot in a Shiny app which provides additional interactive features.

Tags: