Term | Description |
---|---|
MSE | mean square error |
R2 is also known as the coefficient of determination.
Term | Description |
---|---|
yi | i th observed response value |
mean response | |
i th fitted response |
While the calculations for adjusted R2 can produce negative values, Minitab displays zero for these cases.
Term | Description |
---|---|
ith observed response value | |
ith fitted response | |
mean response | |
n | number of observations |
p | number of terms in the model |
While the calculations for R2(pred) can produce negative values, Minitab displays zero for these cases.
Term | Description |
---|---|
yi | i th observed response value |
mean response | |
n | number of observations |
ei | i th residual |
hi | i th diagonal element of X(X'X)–1X' |
X | design matrix |
Assesses your model's predictive ability.
Term | Description |
---|---|
n | number of observations |
ei | i th residual |
hi | i th diagonal element of X(X'X)–1X' |
The calculation of the log-likelihood depends on the estimation method for the analysis.
Term | Description |
---|---|
n | the number of rows with no missing data |
R | the sum of squares for error for the model |
the trigamma function | |
vi | the degrees of freedom for the ith standard deviation |
the gamma function | |
Si | the ith sample standard deviation |
the row of the design matrix associated with the ith standard deviation | |
the maximum likelihood estimates of the model coefficients |
AICc is not calculated when .
Term | Description |
---|---|
p | the number of coefficients in the model, including the constant |
n | the number of rows in the data with no missing data |
Term | Description |
---|---|
p | the number of coefficients in the model, not counting the constant |
n | the number of rows in the data with no missing data |
Term | Description |
---|---|
SSEp | sum of squared errors for the model under consideration |
MSEm | mean square error for the model with all candidate terms |
n | number of observations |
p | number of terms in the model, including the constant |