We submitted a questionnaire and asked the same question to the same participants referring to three different time points: "How is your performance affected at time point 1/2/3?" The possible answers were: "Negative" "Positive" or "Neutral". Thus, we have a 3x3 contingency table with repeated measures and our research question is whether the proportions of outcome variables "Negative" "Positive" or "Neutral" significantly change between the three time points.
We performed McNemar-Bowker test in R, but as there are several 0s in the matrix, the result of the test was NaN. What are our options with this scenario?
Attached is the 3x3 table with the proportions of conditions ("Negative" "Positive" or "Neutral") across time points ("During", "After", "Before"): Table1
When performing McNemar-Bowker, this is the scenario (here an example comparing time points "During" and "After"): Table2