[R] vector name
livia
yn19832 at msn.com
Mon Sep 17 13:27:10 CEST 2007
I have got a list named "filtered", I would like to construct alist named
"fdata" as following:
fdata <- cbind(matrix(unlist(filtered),ncol=28), myregime)
If I try names(filtered), it gives all the correct name for each vector, but
if I try names(fdata), it appears "filtered[[1]]" "filtered[[2]]" ...,
How can I keep the name in "fdata"? Could anyone give me some advice?
--
View this message in context: http://www.nabble.com/vector-name-tf4466025.html#a12733890
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list