Reshape version 0.5 ================== Reshape is an R package for flexibly restructuring and aggregating data. It's very much pivot table inspired, and it (hopefully) makes it very easy to view your data the way you want. You can find out more at http://had.co.nz/reshape The big news in this version of reshape is that I've renamed all the functions so they no longer conflict with any built in functions - deshape is now melt (think liquid data) and reshape is now cast (think solidifying data into the form you want). What else is new? * recast melts and casts your data in one step * column naming bugs fixed * easily display all margins with the argument margins=T in cast Please let me know what you think. Regards, Hadley _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
Hadley, On Thursday 22 September 2005 16:36, hadley wickham wrote:> Reshape version 0.5 > ==================> > Reshape is an R package for flexibly restructuring and aggregating > data. It's very much pivot table inspired, and it (hopefully) makes > it very easy to view your data the way you want. You can find out > more at http://had.co.nz/reshape > > ... > > Please let me know what you think.Perhaps I'm dense, but I cannot find the software at the URL you mention. There are links to a paper and a PDF slide presentation, but no R package. There is also a dangling link (<http://r-project.org/>) in the first sentence.> Regards, > > HadleyRandall Schulz