removenoninformativelists {SparseMSE} | R Documentation |
Remove non-informative list
Description
The routine cleans up the data set by removing any lists that contain no data, any lists which contain all the observed data, and any list whose results duplicate those of another list. If as a result the original data set has no list left, it returns a matrix with the value of the total count.
Usage
removenoninformativelists(zdat)
Arguments
zdat |
Data matrix with |
Value
data matrix that contains no duplicate lists, no lists with no data, and no lists that contain all the observed data. If all lists are removed, the total count is returned.
[Package SparseMSE version 2.0.1 Index]