Re: software for transpose
From: Pravin Jadhav
Subject: Re: [NMusers] software for transpose
Date: Fri, 9 Dec 2005 12:55:34 -0500
Hi,
May be I missed the question. If you are looking for unstacking (and not transpose), try this:
>as.data.frame(split(data, data$ID))
Thanks,
Pravin
_______________________________________________________