Observable PlotStatistical

Point Estimate Plot

Point estimates with error bars for comparing means across groups.

Preview placeholder

point-estimate-v1

Installation

Terminal
npx @ontopic/viz add plot/generic/point-estimate-v1

Props

PropTypeDescription
dataEstimateData[]Estimates with confidence intervals

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { PointEstimate } from '@/viz/components/plot/generic/point-estimate-v1';