Skip to content
Prev 294737 / 398502 Next

Splus equivalent of reshape in R

On 05/16/2012 01:18 PM, Santosh wrote:
Hi Santosh,
You may be able to use the code in the function rep_n_stack in the 
prettyR package in S-PLUS. It does what you want, and since it is 
written in R source code, it may run in S-PLUS. Just extract the code 
and "source" it into S-PLUS.

Jim