kuva forest

Forest plot — point estimates with confidence intervals for meta-analysis.

Input: one row per study with columns for label, estimate, CI lower, CI upper, and optionally weight.

FlagDefaultDescription
--label-col <COL>0Study label column
--estimate-col <COL>1Point estimate column
--ci-lower-col <COL>2CI lower-bound column
--ci-upper-col <COL>3CI upper-bound column
--weight-col <COL>Optional weight column (scales marker radius)
--color <CSS>steelbluePoint and whisker color
--marker-size <PX>6.0Base marker half-width
--whisker-width <PX>1.5Whisker stroke width
--null-value <F>0.0Null-effect reference value
--no-null-lineoffDisable the dashed null reference line
--cap-size <PX>0Whisker end-cap half-height (0 = no caps)
kuva forest data.tsv --label-col study --estimate-col estimate \
    --ci-lower-col lower --ci-upper-col upper

kuva forest data.tsv --label-col study --estimate-col estimate \
    --ci-lower-col lower --ci-upper-col upper --weight-col weight

See also: Shared flags — output, appearance, axes, log scale.