ordercaptures {SparseMSE} | R Documentation |
Given a matrix with capture histories only, the routine orders the capture histories first by the number of 1s in the capture history and then lexicographically by columns.
ordercaptures(zmat)
zmat |
Data matrix with |
A data matrix that is ordered first by the number of 1s in the capture history and then lexicographically by columns.