coefficients/coef | estimated parameters of the model. |
residuals/resid | residuals of the estimation. |
effects | n vector of orthogonal single-df effects. The first rank of them correspond to non-aliased coefficients, and are named accordingly. |
fitted.values | fitted values of the regression line. |
df.residual/df | degrees of freedom in the model (number of observations minus rank). |
se | vector of standard errors of the parameter estimators. |
t.value | vector of t-values of single parameter significance tests. |
p.value | vector of p-values of single parameter significance tests. |
data/model | matrix of the variables' data used. |
response | the endogenous (response) variable. |
model.matrix | the model (design) matrix. |
ssr | sum of squared residuals. |
sig.squ | estimated error variance (sigma squared). |
vcov | the variance-covariance matrix of the model's estimators. |
r.squ | coefficient of determination (R squared). |
adj.r.squ | adjusted coefficient of determination (adj. R squared). |
nobs | number of observations. |
ncoef/rank | integer, giving the rank of the model (number of coefficients estimated). |
has.const | logical value indicating whether model has constant parameter. |
f.val | F-value for simultaneous significance of all slope parameters. |
f.pval | p-value for simultaneous significance of all slope parameters. |
modform | the model's regression R-formula. |
call | the function call by which the regression was calculated (including modform ). |