aslm
returns an object of class c("aslm", "lm")
.
An object of class “aslm
” is a list containing at least the following components:
coefficientsa named vector of coefficients
residualsthe residuals, that is response minus fitted values.
fitted.valuesthe fitted mean values
rankthe numeric rnak of the fitted linear model
dfthe residual degrees of freedom
callthe matched call
termsthe terms object used
sigmagetSparseModel returns an object of class "lm" that is a model consisting of only the sparse nonzero variables from the original model.