regressionSummary

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"):

  1. Overview paragraph — response name, predictor names, n, number of parameters, and whether an intercept term is estimated

  2. Analysis of Variance sub-section — DataTable with columns Source | SS | DoF | MS | F | P(F > F₀); rows: Regression, Error, Total

  3. Model Fit sub-section — DataTable with R², adjusted R², regression standard error σ̂, MSE, F-statistic, and F-test p-value

Parameters

rr

the RegressionResultsIfc to report

caption

optional section title

confidenceLevel

not used in this function; reserved for API consistency