Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
60 views

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 ...
Tartaglia's user avatar
  • 1,051
1 vote
1 answer
1k views

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(...
Bob's user avatar
  • 10.9k