File: mslm-class.Rd

package info (click to toggle)
r-cran-sparsem 1.84-2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,648 kB
  • sloc: fortran: 3,998; ansic: 75; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\name{mslm-class}
\docType{class}
\alias{mslm-class}
\title{Class "mslm"}
\description{A sparse extension of \code{lm}}
\section{Objects from the Class}{
Objects can be created by calls of the form \code{new("mslm", ...)}.
}
\section{Slots}{
  \describe{
    \item{\code{coefficients}:}{Object of class \code{numeric} estimated coefficients}
    \item{\code{chol}:}{Object of class \code{matrix.csr.chol} generated by 
the function \code{chol}}
    \item{\code{residuals}:}{Object of class \code{"numeric"} residuals}
    \item{\code{fitted}:}{Object of class \code{"numeric"} fitted values}
  }
}
\section{Extends}{
Class \code{"lm"}, directly.
Class \code{"slm"}, directly.
Class \code{"oldClass"}, by class "lm".
}
\section{Methods}{
  \describe{
    \item{coef}{\code{signature(object = "mslm")}: ... }
    \item{fitted}{\code{signature(object = "mslm")}: ... }
    \item{residuals}{\code{signature(object = "mslm")}: ... }
    \item{summary}{\code{signature(object = "mslm")}: ... }
  }
}
\seealso{ \code{\link{slm}}}
\keyword{classes}