Re: [R] Help with CrossTable

2008-10-01 Thread Dieter Menne
Ravi S. Shankar ravis at ambaresearch.com writes: I am using the CrossTable function from library(gmodels). x=unique(data[,c(L1,L1_Revenues,RIC)]) L1_Classification=CrossTable(x$L1,x$L1_Revenues,exclude = c(NA,,0%,0),prop.r=FALSE,prop.c=FALSE,prop.t=FALSE,prop.chisq=FA

[R] Help with CrossTable

2008-09-30 Thread Ravi S. Shankar
Hi, I am using the CrossTable function from library(gmodels). x=unique(data[,c(L1,L1_Revenues,RIC)]) L1_Classification=CrossTable(x$L1,x$L1_Revenues,exclude = c(NA,,0%,0),prop.r=FALSE,prop.c=FALSE,prop.t=FALSE,prop.chisq=FA LSE,dnn=c(L1_Classification,Revenue)) What I would like to do