| mslm-class {SparseM} | R Documentation |
Class "mslm"
Description
A sparse extension of lm
Objects from the Class
Objects can be created by calls of the form new("mslm", ...).
Slots
coefficients:Object of class
numericestimated coefficientschol:Object of class
matrix.csr.cholgenerated by the functioncholresiduals:Object of class
"numeric"residualsfitted:Object of class
"numeric"fitted values
Extends
Class "lm", directly.
Class "slm", directly.
Class "oldClass", by class "lm".
Methods
- coef
signature(object = "mslm"): ...- fitted
signature(object = "mslm"): ...- residuals
signature(object = "mslm"): ...- summary
signature(object = "mslm"): ...
See Also
[Package SparseM version 1.84-2 Index]