Skip to content
Prev 304943 / 398503 Next

How can I improve an ugly, dumb hack

Hello,

Try the following.

class(d[3][[1]])
dim(d[3][[1]])

(d2 <- cbind(d[1:2], d[3][[1]]))
dim(d2)

Funny how the original names of 'm' are retrieved.

Rui Barradas

Em 06-09-2012 18:28, Bert Gunter escreveu: