2

In a crossover trial involving 50 patients, two dialysis treatment schedules were compared.Ten patients complained of vomiting on both schedules, 30 on neither, nine on treatment A only and one on treatment B.

(a) What are the proportions of patients vomiting on each treatment?

(b) Perform a significance test comparing these two proportions and interpret the results.

For (a), I think it is 19/50 and 11/50

For (b), I think I have to use McNemar test: (19-11)^2/(19+11)=2.31.

But I'm not sure, can you please check if my answer is right.

Art
  • 87
  • 1
  • 9

1 Answers1

4

The way to check is to create the contingency table:
\begin{array}{rccl} &\text{treatment B} &\text{vomiting} & \\ \text{treatment A vomiting }\ \ &{\rm yes} &{\rm no} &{\rm sum} \\ {\rm yes} &10 &9 &? \\ {\rm no} &1 &30 &31 \\ {\rm sum} &? &39 & \end{array} An overview of McNemar's test, it's justification, and the formulas can be found here, and below that here. (To provide a hint, your formula is incorrect.)

gung - Reinstate Monica
  • 132,789
  • 81
  • 357
  • 650