Hi all,

I want to create a new list with names of another list. Eeach sublist from
both lists is a matrix, but the matrices with the same name (eg.  list.1
[[1]] and list.2 [[1]]) have different dimensions. How can I create the 2nd
list?
 
tSE = list ()
Norm <- names(Normal)
names(tSE) <- Norm 


does not do it.


--
View this message in context: 
http://r.789695.n4.nabble.com/Creat-a-new-list-with-names-of-other-list-tp4474250p4474250.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to