a QRS class object
coefficientsa named numeric vector of coefficients
residualsa numeric vector containing the response minus the fitted values.
effectsa numeric vector of containing the projections of the response variable under the orthogonal
Q matrix coming from the QR decomposition of the model matrix.
rankthe numeric rank of the fitted linear model.
fitted.valuesthe estimated response values according to the fitted interrupted coefficient estimation
selection regression model.
sigma2the estimated noise variance based on the n-p residual effects, where p is the size of the full model.
std_errora numeric vector of standard errors.
df.residualresidual degrees of freedom.
xa numeric matrix containing the model matrix.
ya numeric vector containing the response variable values.
qrthe QR decomposition object coming from the model matrix (after re-ordering columns).
coefOrderpermutation of the sequence 1:p which gives the
ascending order of the coefficients of the linear model object, as a result of the pre-screening.
callthe matched call.
termsthe terms object used.
namesa character vector containing the column names of the model matrix.
modelif requested (the default), the model frame used in the case of the full regression model.