SummaryReport
is a possible value for the RegressionReport option for regression functions.


SummaryReport
SummaryReport
is a possible value for the RegressionReport option for regression functions.
Details and Options
- To use SummaryReport, you first need to load the Regression Common Functions Package. You can do this by using Needs["LinearRegression`"] or Needs["NonlinearRegression`"], which will automatically load the Regression Common Functions Package, or you can load the package directly by using Needs["RegressionCommon`"].
- For linear regression using Regress or DesignedRegress, the summary includes ParameterTable, RSquared, AdjustedRSquared, EstimatedVariance and ANOVATable.
- For nonlinear regression using NonlinearRegress, the summary includes BestFitParameters, ParameterCITable, EstimatedVariance, ANOVATable, AsymptoticCorrelationMatrix and FitCurvatureTable.
- The option RegressionReport{SummaryReport, diagnostic} will include the statistic diagnostic as well as the standard statistics specified by SummaryReport.
Tech Notes
Related Guides
Text
Wolfram Research (2007), SummaryReport, Wolfram Language function, https://reference.wolfram.com/language/RegressionCommon/ref/SummaryReport.html.
CMS
Wolfram Language. 2007. "SummaryReport." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/RegressionCommon/ref/SummaryReport.html.
APA
Wolfram Language. (2007). SummaryReport. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/RegressionCommon/ref/SummaryReport.html
BibTeX
@misc{reference.wolfram_2025_summaryreport, author="Wolfram Research", title="{SummaryReport}", year="2007", howpublished="\url{https://reference.wolfram.com/language/RegressionCommon/ref/SummaryReport.html}", note=[Accessed: 10-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_summaryreport, organization={Wolfram Research}, title={SummaryReport}, year={2007}, url={https://reference.wolfram.com/language/RegressionCommon/ref/SummaryReport.html}, note=[Accessed: 10-August-2025]}