The function summary.slm
computes and returns a list of summary statistics of the fitted linear model
given in object
, using the components (list elements) "call
" and "terms
" from its argument, plus:
residuals the residuals, that is response minus fitted values.
coefficients a \(p*4\) matrix with columns for the estimated coefficient, its standard error, z-statistic and corresponding (two-sided) p-value.
Aliased coefficients are omitted.
aliased named logical vector showing if the original coefficients are aliased.
sigma the square root of the estimated variance of the error process.
df degrees of freedom, a 3-vector \((p, n-p, p*)\), the first being the number of non-aliased coefficients, the last being the total number of coefficients.
chi2statistic a 2-vector with the value of the chi2-statistic with its degree of freedom.
r.squared \(R^2\), the 'fraction of variance explained by the model'.
cov.unscaled the matrix \((X^{t} X)^{-1}\).
correlation the correlation matrix corresponding to the above cov.unscaled
, if correlation = TRUE
is specified.
symbolic.cor (only if correlation
is true.) The value of the argument symbolic.cor
.