SparseM (version 1.77)

mslm-class: Class "mslm"

Description

A sparse extension of lm

Arguments

Objects from the Class

Objects can be created by calls of the form new("mslm", ...).

Slots

coefficients:

Object of class numeric estimated coefficients

chol:

Object of class matrix.csr.chol generated by the function chol

residuals:

Object of class "numeric" residuals

fitted:

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

slm