Hi All,

Please pardon my ignorance, but how does one do chisquare test in Julia. 
Something like,

```

chisq.test(x, y = NULL, correct = TRUE,
           p = rep(1/length(x), length(x)), rescale.p = FALSE,
           simulate.p.value = FALSE, B = 2000)

```

in R


I could not find anything in the documentation. I must not have searched 
enough, what can it be?


Best,

Arin

Reply via email to