The predicted variable is a categorical response, named resp with levels ‘1’, ‘2’, ‘3’, and ‘4’ (nominal labels, not numerical values). The predictor is a categorical/nominal variable named group, with levels ‘A’ through ‘K’.
Notice these aspects of the data:
The proportion of response ‘2’ equals response ‘3’ <...