regression Summary
fun ReportBuilder.regressionSummary(rr: RegressionResultsIfc, caption: String? = null, confidenceLevel: Double = 0.95)(source)
Appends a self-contained section containing the ANOVA decomposition and global model fit measures for rr. No plots are included.
Produces (inside a section titled caption or "Regression Summary"):
Overview paragraph — response name, predictor names, n, number of parameters, and whether an intercept term is estimated
Analysis of Variance sub-section —
DataTablewith columns Source | SS | DoF | MS | F | P(F > F₀); rows: Regression, Error, TotalModel Fit sub-section —
DataTablewith R², adjusted R², regression standard error σ̂, MSE, F-statistic, and F-test p-value
Parameters
rr
the RegressionResultsIfc to report
caption
optional section title
confidence Level
not used in this function; reserved for API consistency