I have a dataset with 2 columns as shown. What I want to do is plot a table summary with rows as groups (1-5, 6-10, 11-15, 16-20) and the columns as the % of yes and no. Don't have the code as I don't know how to start. But I have the dataset.
Col 1 Col 2
1 Yes
2 No
3 Yes
4 No
5 No
6 No
7 Yes
8 Yes
9 Yes
10 No
12 Yes
14 No
16 No
18 No
20 Yes
