Hi guys,
I got a sparse matrix. All the elements of this matrix are either 0, 1, or 2. I only need to storage 1 and 2. Since there are so many sparse matrix storage formats, I am wondering is there any R package suitable for the storage of this kind of sparse matrix?
Thanks!