Displaying 1 result from an estimated 1 matches for "rmlong".
Did you mean:
mlong
2010 Apr 13
0
Error using reshape method
...co)
simu22<-cbind( simu2,data.grp=2)
data.all<-rbind(simu11,simu22)
new.data.all<-rbind(data.all)
data.all<-rbind(data.all)
data.frame(data.all)
Y<-cbind(data.all[,1], data.all[,2], data.all[,3], data.all[,4])
rmlong.data<-reshape(data.all, varying=list(names(data.all)),
direction="long" ) # Part that's giving me trouble.
Thank you for your help!
--
View this message in context: http://n4.nabble.com/Error-using-reshape-method-tp1837911p1837911.html
Sent from the R help mailing list archive a...