Displaying 1 result from an estimated 1 matches for "wtdvar".
Did you mean:
stdvar
2011 May 29
1
reshape with function(x,y)?
Hi,
I'm not sure if this is impossible or if I just don't know the syntax.
example:
library(reshape);
library(corpcor);
data<-data.frame(ids=c("A","A","A","B","B","B"),rate=c(12,14,17,10,8,5),sample=c(100,80,60,50,40,45));