spec: add forest-basic specification#2381
Merged
MarkusNeusinger merged 1 commit intomainfrom Dec 27, 2025
Merged
Conversation
Created from issue #2378
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Specification:
forest-basicRelated to #2378
specification.md
forest-basic: Meta-Analysis Forest Plot
Description
A forest plot displays effect sizes with confidence intervals from multiple studies in a meta-analysis. Each study is represented as a point estimate with horizontal whiskers showing the confidence interval, and a diamond at the bottom shows the pooled estimate. The plot includes a vertical reference line at the null effect (typically 0 or 1), making it easy to assess statistical significance and heterogeneity across studies.
Applications
Data
study(str) - Study name or identifiereffect_size(float) - Point estimate of the effect (e.g., odds ratio, risk ratio, mean difference)ci_lower(float) - Lower bound of the confidence intervalci_upper(float) - Upper bound of the confidence intervalweight(float, optional) - Study weight for visual sizing of markersNotes
Next: Add
approvedlabel to the issue to merge this PR.🤖 spec-create workflow