Closed friendly closed 9 years ago
Would be nice to have. Except for dimnames, both could use existing as.matrix and as.array methods, e.g.,
as.matrix
as.array
t(as.matrix(LOR))
I committed some code to vcd, needs to be tested ...
should work now (rev 796).
Would be nice to have. Except for dimnames, both could use existing
as.matrix
andas.array
methods, e.g.,