SparseM: A Sparse Matrix Package for R
Abstract
SparseM provides some basic R functionality for linear algebra with sparse
matrices. Use of the package is illustrated by a family of linear model fitting
functions that implement least squares methods for problems with sparse design
matrices. Significant performance improvements in memory utilization and
computational speed are possible for applications involving large sparse
matrices.
- The latest version of the paper in PDF format is available at the
Journal of Statistical
Software, Vol 8, Issue 6.
- The algorithm in Fortran, C and R for the Unix environment
can be downloaded via the Comprehensive R Archive Network at
CRAN
as the contributed package: SparseM.