All Questions
2 questions
0
votes
1
answer
60
views
Sort R Matrix based on columns and their respective groups
I have an existing blockdiagonal covariance matrix and I would like sort it in such a fashion that the block structure is easily visible (some functions like blockdiag do this automatically, but I ...
1
vote
1
answer
1k
views
R seriation -> In max(criterion) : no non-missing arguments to max; returning -Inf
I have following dataset:
0101110
1010000
1010011
0101010
1000101
and want to seriate it.
When I read it a call seriate function, like this:
matr <- read.table(...)
ser <- seriate(as.matrix(...