Re: [R] Comparing dcast and reshape

2012-10-17 Thread Nutter, Benjamin
[mailto:dwinsem...@comcast.net] Sent: Wednesday, October 17, 2012 5:18 PM To: Nutter, Benjamin Cc: r-help@r-project.org Subject: Re: [R] Comparing dcast and reshape On Oct 17, 2012, at 2:09 PM, Nutter, Benjamin wrote: > I'm in the middle of my own little intellectual exercise comparing &g

Re: [R] Comparing dcast and reshape

2012-10-17 Thread David Winsemius
On Oct 17, 2012, at 2:09 PM, Nutter, Benjamin wrote: I'm in the middle of my own little intellectual exercise comparing dcast() and reshape() and have successfully stumped myself. I want to melt() a data frame, then dcast() it into a new form. After doing so, I want to duplicate the proces

[R] Comparing dcast and reshape

2012-10-17 Thread Nutter, Benjamin
I'm in the middle of my own little intellectual exercise comparing dcast() and reshape() and have successfully stumped myself. I want to melt() a data frame, then dcast() it into a new form. After doing so, I want to duplicate the process using reshape(). So far, I can do the melt and cast re