CHI SQUARE TEST

  • Thread starter Thread starter rajeev
  • Start date Start date
R

rajeev

Hi,
I have a data of patients on which i have to apply Chi square test.
The data is in the following format:-

S NO. NO. OF DAYS ON INCIDENCE OF
PATIENT IS ON VENTILATION INFECTION
1. 9 INFECTED
2. 11 INFECTED
3. 4 NOT INFECTED
4. 8 INFECTED
5. 6 NOT INFECTED
6. 13 INFECTED
7. 12 INFECTED
8. 4 NOT INFECTED

The probability is higher in case of patient being on ventilation for a
longer period of time.
I want to apply Chi square test on the above data.If some body
can help me out.
Thanks in advance

Regards
Rajeev
 
If you are trying to test whether infection rate is independent of time
on ventilation, one way would be to set this up as a 2x2 contigency table
infected not infected
shorter ventilation 3 0
longer ventilation 0 5

You could then do either a chi-square (approximate) analysis of the
contingency table, or do Fisher's exact test.

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top