Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

slm-class

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 numeric estimated coefficients

chol:

Object of class matrix.csr.chol generated 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


SparseM

Sparse Linear Algebra

v1.81
GPL (>= 2)
Authors
Roger Koenker [cre, aut], Pin Tian Ng [ctb] (Contributions to Sparse QR code), Yousef Saad [ctb] (author of sparskit2), Ben Shaby [ctb] (author of chol2csr)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.