All linear regression commands have been updated in Maple 2016 with a new option, summarize, that allows for the display of a summary for the given regression model.
By default, the Fit command returns the resulting regression model for the given model function:
| (1.1) |
The summarize option includes a full summary for each of the regression coefficients, as well as values for the r-squared and adjusted r-squared for the model. Also, the solution module for regression commands has been extended with the ability to return values for r-squared, adjusted r-squared, and the value of the t-statistic for testing whether the corresponding regression coefficient is different than 0 and its corresponding probability.
Summary:
----------------
Model: 1.9600000+.16500000*t+.11071429*t^2
----------------
Coefficients:
Estimate Std. Error t-value P(>|t|)
a 1.9600 1.1720 1.6724 0.1930
b 0.1650 0.7667 0.2152 0.8434
c 0.1107 0.1072 1.0325 0.3778
----------------
R-squared: 0.9252, Adjusted R-squared: 0.8753
| |
The summarize option can also be used to return an embedded table, which contains more details on the residuals:
Summary |
Model:
|
|
Coefficients
|
Estimate
|
Standard Error
|
t-value
|
P(>|t|)
|
a
|
|
|
|
|
b
|
|
|
|
|
c
|
|
|
|
|
|
|
|
R-squared:
|
|
Adjusted R-squared:
|
|
|
Residuals
|
|
Residual Sum of Squares
|
Residual Mean Square
|
Residual Standard Error
|
Degrees of Freedom
|
|
|
|
|
|
|
Five Point Summary
Minimum
|
First Quartile
|
Median
|
Third Quartile
|
Maximum
|
|
|
|
|
|
|
|
|
|
|