Observable PlotStatistical

Odds Ratio Plot

Odds ratio forest plot visualization with log scale and confidence intervals.

Preview placeholder

odds-ratio-v1

Installation

Terminal
npx @ontopic/viz add plot/generic/odds-ratio-v1

Props

PropTypeDescription
dataOddsRatioData[]OR with confidence intervals

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { OddsRatioPlot } from '@/viz/components/plot/generic/odds-ratio-v1';