Thanks Benjamin! Creating a matrix out of my two arrays works just fine. I'll go that way for now.
Josh On Tuesday, November 10, 2015 at 4:32:27 PM UTC-6, Benjamin Deonovic wrote: > > Looks like the state of Julia's "Factors" (PooledDataArrays) is still > quite a fast evolving monster. Because of this there hasn't been a proper > implementation of R's "table" function. For now, if you want to run > ChisqTest in Julia on two vectors do it on the matrix you would obtain in R > by running table(x,y). >
