I'm thinking about applying Fisher Exact Test for the following contingency table:
Answer Category-1 Category-2
A-1 2 15
A-2 0 17
A-3 0 27
A-4 2 15
However, I'm not sure if this would be correct for two reasons: 1. Some counts are zero. 2. Typically Fisher Exact Test is used on 2 x 2 tables, not sure if that's a restriction.
Also, I'm performing the test with the R command fisher.test