The data consists of a set of binary responses to a set of questions, although the questions are about different items they do follow a logical sequence from q4 to q21, and we have presented the results as the number of 0/1. A referee has made the following comment 'As well as presenting summary data the authors must respect the fact that there may be runs or sequences of responses and analyse the data appropriately. As they are using Stata this analysis of runs is trivial'.
I have no idea what the referee means and have contacted the Journal for further clarification.
I would be grateful if somebody could give me an idea of what sort of analysis, trivial or not, would be appropriate.
This is a data sample:
------------------ copy up to and including the previous line ------------------
Listed 20 out of 100 observations
Thank you.
Eddy
I have no idea what the referee means and have contacted the Journal for further clarification.
I would be grateful if somebody could give me an idea of what sort of analysis, trivial or not, would be appropriate.
This is a data sample:
Code:
* Example generated by -dataex-. For more info, type help dataex clear input int index byte(q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 q16 q17 q18 q19 q20 q21) 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 7 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 17 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 19 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 end label values q4 yn label values q5 yn label values q6 yn label values q7 yn label values q8 yn label values q9 yn label values q10 yn label values q11 yn label values q12 yn label values q13 yn label values q14 yn label values q15 yn label values q16 yn label values q17 yn label values q18 yn label values q19 yn label values q20 yn label values q21 yn label def yn 0 "No", modify label def yn 1 "Yes", modify
Listed 20 out of 100 observations
Thank you.
Eddy

Comment