Skip to content
Prev 169984 / 398506 Next

OT: A test with dependent samples.

73 cats were treated. None barfing before and 12 after.

This gives the table:

| After      | Yes | No | Total |
|------------+-----+----+-------|
| Before Yes | 0   | 0  |     0 |
| Before  No | 12  | 61 |    73 |
|------------+-----+----+-------|
| Total      | 12  | 61 |    73 |


and a McNemar Test will assess symmetry with chi-square = 12 on 1 d.f., 
rejecting symmetry at conventional p-values.

But I think symmetry is an unreasonable null in this context, as I guess 
that one would not medicate a barfing cat. Certainly in the human oncology 
context with which I am familiar, it would be most unusual to posit 
symmetry of mucositis before and after chemotherapy when an agent that 
might induce mucositis is to be given.

I'd try to elicit an upper bound for the acceptable fraction of such side 
effects and then perform a test using that fraction as the alternative.

Failing that (because such elicitations are sometimes met with a blank 
stare) and even in addition to that, I'd calculate the point estimate and 
the 95% CI (or maybe even the 90% CI) and present those along with some 
interpretative advice. prop.test(12,73) would do it.

HTH,

Chuck
On Tue, 10 Feb 2009, David Winsemius wrote:

            
Charles C. Berry                            (858) 534-2098
                                             Dept of Family/Preventive Medicine
E mailto:cberry at tajo.ucsd.edu	            UC San Diego
http://famprevmed.ucsd.edu/faculty/cberry/  La Jolla, San Diego 92093-0901