RegressionCommon`
RegressionCommon`
SummaryReport
As of Version 7.0, SummaryReport has become the properties {"ParameterTable", "RSquared","AdjustedRSquared", "EstimatedVariance", "ANOVATable"} for LinearModelFit or NonlinearModelFit.
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.
Examples
Wolfram Research (2007), SummaryReport, Wolfram Language function, https://reference.wolfram.com/language/RegressionCommon/ref/SummaryReport.html.
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