Comparison Report Renderer
Renderer for the comparison analyzer. Translates the current observation map (gathered from a ComparisonSelectionModel in practice) into a report document via the substrate's existing report-DSL extensions (multiBoxPlot, multipleComparison, ConfidenceIntervalsPlot) and writes it in every requested ReportFormat.
The renderer writes files only; it does not open them in any viewer. Hosts that want browser-open behavior consult WriteOutcome.htmlPath after the render call and dispatch through their own platform channel (e.g. java.awt.Desktop.browse in a Swing host).
Pure side-effect-bearing object: no UI state, no Swing dependencies. Callers driving it from a unit test can build the inputs by hand and inspect the returned WriteOutcome without standing up a frame.
Types
Functions
Render a cross-experiment box plot for responseName.
Render a side-by-side CI plot for responseName — one mean ± CI bar per checked experiment that records the response.
Render a Multiple Comparison Analysis report for responseName against observations.