I have 2 discrete data sets (responses given my 2 different sets of people) of size 6000. Let's say that each data point is either 1 or 0.
S.No. | Dataset 1 | Dataset 2 |
---|---|---|
1 | 1 | 0 |
2 | 1 | 1 |
3 | 0 | 0 |
.... | ..... | ..... |
.... | ..... | ..... |
6000 | 0 | 1 |
I have calculated the error rate (by comparing these answers against true answers). The error rate in dataset 1 is 84% and the error rate in dataset 2 is 89%. I want to understand if the difference between these 2 error rates is significant or not. How do I do it? Please help me with this.