On Thu, Mar 15, 2012 at 01:44:10AM -0700, ali_protocol wrote:
> 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 th
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
2 matches
Mail list logo