Observable PlotStatistical

Regression Plot

Scatterplot with OLS regression line and optional confidence band.

Preview placeholder

regression-v1

Installation

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

Props

PropTypeDescription
dataXYData[]X-Y coordinate pairs
cinumberConfidence level

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { RegressionPlot } from '@/viz/components/plot/generic/regression-v1';