/** * Requirement 12 -- the shared "How to read these coefficients" intro panel * for both the Model tab (DCR) and the Real Data tab (SFLLD): the link * scale, what "1 unit" means, and the 0.01-vs-1pp gotcha, stated once so * neither tab has to re-derive it. Plain prose -- no engine numbers -- so * it needs no explain-question recap beyond the panel's own title. */ export default function HowToReadCoefficients() { return (
How to read these coefficients
); }