My pull has been merged: https://github.com/JuliaStats/HypothesisTests.jl

On Thursday, March 5, 2015 at 8:32:32 AM UTC-6, Benjamin Deonovic wrote:
>
> I implemented the chisquare test in julia. I made a pull request in the 
> HypothesisTests package. It hasn't been pulled yet, but probably will be 
> soon. 
>
> On Sunday, February 8, 2015 at 5:32:48 PM UTC-6, Arin Basu wrote:
>>
>> 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