Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I have a csv data set like this.

Levels, Trial, Fail
1,100,1
2,200,3
3,300,4

How do I test if the probability of fail or success is the same across all the levels?

share|improve this question

1 Answer

up vote 1 down vote accepted

You could do Fisher's Exact test on a 3 X 2 contingency table. The null hypothesis is that all 3 levels have the same proportions of success/fail.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.