Ravi S. Shankar 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
> LS
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
2 matches
Mail list logo