[R] arrays emerging from tapply

2005-01-06 Thread BXC (Bendix Carstensen)
The code below illustrates some points about results from tapply that I find strange. I wonder if they are intended and if so why it is so. 1) When you make a table the dimnames is a *named* list, tapply returns an unnamed list. 2) data.frame behaves differently on an array and a table. Is thi

Re: [R] arrays emerging from tapply

2005-01-06 Thread Peter Dalgaard
"BXC (Bendix Carstensen)" <[EMAIL PROTECTED]> writes: > The code below illustrates some points about results from tapply that > I find strange. I wonder if they are intended and if so why it is so. > > 1) When you make a table the dimnames is a *named* list, tapply >returns an unnamed list.