I'm analysing some data I collected in R, and I'm trying to see how many people gave a particular answer in one question and then a particular answer in another, i.e. the amount of people who answered both yes for Q1 and no for Q2. How would I go about doing this?
Edit:
I have two different columns in an excel file which I've exported as a csv file which I've imported into R.