R is an open source programming language especially designed for manipulating data and performing statistical analysis. It is very similar to SAS Enterprise Guide except: R is a programming language.
Combining multiple datasets, whether by stacking or joining, is commonly necessary as is changing the shape of data. The plyr and reshape2 packages offer good functions for accomplishing this in ...