I have the following data set: 70 participants, who answered arithmetic questions of different length. A wrong answer coded as 0, a correct answer coded as 1. I want to know if there is a overall difference between the two question types. Since every participant filled out both kinds of questions, which procedure should I use to find out whether they differ or not as my data set is dependent.
I would like to do the analysis in R.
Will the following give me correct results?
A McNemar test with the following cont. table:
short long
correct w x
Wrong y z
Can anyone help?