Observable PlotStatistical

Forest Plot

Forest plot for effect sizes, odds ratios, or meta-analysis results.

Preview placeholder

forest-v1

Installation

Terminal
npx @ontopic/viz add plot/generic/forest-v1

Props

PropTypeDescription
dataForestData[]Effect sizes with CIs
nullValuenumberReference line value

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { ForestPlot } from '@/viz/components/plot/generic/forest-v1';