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