Skip to content
Prev 206619 / 398503 Next

using tabble

On 01/18/2010 08:17 PM, Fan Dan wrote:
Mozart, Mozart, what are we to do?

Mozartdat<-c(rep(1,12),rep(2,3),rep(3,45),rep(6,5),rep(7,7))
Mozart.table<-tabulate(Mozartdat)
names(Mozart.table)<-1:7
Mozart.table

Jim