Re: [R] Equivalent of Excel pivot tables in R

2008-04-26 Thread Simon Blomberg
PROTECTED] on behalf of ppaarrkk Sent: Sat 26/04/2008 7:54 AM To: r-help@r-project.org Subject: [R] Equivalent of Excel pivot tables in R Can somebody tell me how to do the equivalent of a pivot table in R ? For example, if I have : var1var2 var3 a x10 b y20

[R] Equivalent of Excel pivot tables in R

2008-04-25 Thread ppaarrkk
. Any suggestions please. -- View this message in context: http://www.nabble.com/Equivalent-of-Excel-pivot-tables-in-R-tp16906289p16906289.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https

Re: [R] Equivalent of Excel pivot tables in R

2008-04-25 Thread Jorge Ivan Velez
z a10 0 20 b0 20 40 where entries are sums of var3. I would expect it to be tapply(), but I can't see how it would be done. Any suggestions please. -- View this message in context: http://www.nabble.com/Equivalent-of-Excel-pivot-tables-in-R

Re: [R] Equivalent of Excel pivot tables in R

2008-04-25 Thread Jim Porzak
20 b0 20 40 where entries are sums of var3. I would expect it to be tapply(), but I can't see how it would be done. Any suggestions please. -- View this message in context: http://www.nabble.com/Equivalent-of-Excel-pivot-tables-in-R-tp16906289p16906289.html

Re: [R] Equivalent of Excel pivot tables in R

2008-04-25 Thread Henrique Dallazuanna
. -- View this message in context: http://www.nabble.com/Equivalent-of-Excel-pivot-tables-in-R-tp16906289p16906289.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

Re: [R] Equivalent of Excel pivot tables in R

2008-04-25 Thread Jorge Ivan Velez
are sums of var3. I would expect it to be tapply(), but I can't see how it would be done. Any suggestions please. -- View this message in context: http://www.nabble.com/Equivalent-of-Excel-pivot-tables-in-R-tp16906289p16906289.html Sent from the R help mailing list archive at Nabble.com